Skip to content

Commit 478f3e8

Browse files
s_axis_sequencer: Change default ready generation policy to no backpressure
Signed-off-by: Istvan-Zsolt Szekely <istvan.szekely@analog.com>
1 parent d6b046c commit 478f3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/sv/s_axis_sequencer.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ package s_axis_sequencer_pkg;
5959

6060
// new
6161
function new();
62-
this.mode = XIL_AXI4STREAM_READY_GEN_RANDOM;
62+
this.mode = XIL_AXI4STREAM_READY_GEN_NO_BACKPRESSURE;
6363
this.low_time = 0;
6464
this.high_time = 1;
6565
this.high_time_min = 1;

0 commit comments

Comments
 (0)