Skip to content

Commit

Permalink
util_axis_fifo_asym: Fix function call
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Marques <[email protected]>
  • Loading branch information
IstvanZsSzekely and gastmaier committed Sep 9, 2024
1 parent b076f81 commit 04b968c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util_axis_fifo_asym/tests/test_program.sv
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ program test_program (

#($urandom_range(1,10)*1us);

env.input_axis_seq.clear_queue();
env.input_axis_seq.clear_descriptor_queue();

#1us;

Expand Down

0 comments on commit 04b968c

Please sign in to comment.