Skip to content

Commit d1bbd20

Browse files
m_axis_sequencer: Change keep to be valid when initialized
Signed-off-by: Istvan-Zsolt Szekely <istvan.szekely@analog.com>
1 parent f6d2432 commit d1bbd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/sv/m_axis_sequencer.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ package m_axis_sequencer_pkg;
104104
this.descriptor_delay = 0;
105105
this.stop_policy = STOP_POLICY_DATA_BEAT;
106106
this.queue_empty_sig = 1;
107-
this.keep_all = 0;
107+
this.keep_all = 1;
108108
endfunction: new
109109

110110

0 commit comments

Comments
 (0)