Commit 90ff5e96 authored by CI's avatar CI

removed a () from streamer-only_basic-transfer main.sv testbench

parent e3191a2e
Pipeline #3507 canceled with stage
......@@ -185,7 +185,6 @@ module main;
begin
rx_streamer_dreq <= 0;
end else begin
$display("rx_latency = %h",rx_latency);
// throttle the RX path a little bit
rx_streamer_dreq <= {$random}%100 < 80;
if(rx_streamer_dvalid)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment