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 authored Sep 9, 2024
1 parent 6eacb6d commit 237c9ed
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 237c9ed

Please sign in to comment.