Skip to content

Commit

Permalink
s_axis_sequencer: Change default ready generation policy to no backpr…
Browse files Browse the repository at this point in the history
…essure

Signed-off-by: Istvan-Zsolt Szekely <istvan.szekely@analog.com>
  • Loading branch information
IstvanZsSzekely committed Sep 26, 2024
1 parent d6b046c commit 478f3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/sv/s_axis_sequencer.sv
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ package s_axis_sequencer_pkg;

// new
function new();
this.mode = XIL_AXI4STREAM_READY_GEN_RANDOM;
this.mode = XIL_AXI4STREAM_READY_GEN_NO_BACKPRESSURE;
this.low_time = 0;
this.high_time = 1;
this.high_time_min = 1;
Expand Down

0 comments on commit 478f3e8

Please sign in to comment.