Skip to content

Commit

Permalink
util_axis_fifo_asym: Rebased on packet filter
Browse files Browse the repository at this point in the history
- Rebased to get the changes for interprocess communications and keep byte changes

Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
  • Loading branch information
IstvanZsSzekely committed Sep 9, 2024
1 parent 04b968c commit 57a29d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions util_axis_fifo_asym/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ SV_DEPS += ../common/sv/adi_peripheral_pkg.sv
SV_DEPS += ../common/sv/adi_regmap_pkg.sv
SV_DEPS += ../common/sv/mailbox.sv
SV_DEPS += ../common/sv/x_monitor.sv
SV_DEPS += ../common/sv/filter.sv
SV_DEPS += ../common/sv/scoreboard.sv
SV_DEPS += ../common/sv/interfaces.svh
SV_DEPS += ../common/sv/watchdog.sv
Expand Down
1 change: 1 addition & 0 deletions util_axis_fifo_asym/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ adi_sim_project_files [list \
"../common/sv/test_harness_env.sv" \
"../common/sv/mailbox.sv" \
"../common/sv/x_monitor.sv" \
"../common/sv/filter.sv" \
"../common/sv/scoreboard.sv" \
"../common/sv/interfaces.svh" \
"../common/sv/watchdog.sv" \
Expand Down
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 @@ -91,7 +91,7 @@ program test_program (
send_data_wd.reset();

repeat($urandom_range(1,5))
env.input_axis_seq.add_xfer_descriptor_packet_size($urandom_range(1,100), 1, 0);
env.input_axis_seq.add_xfer_descriptor($urandom_range(1,1000), 1, 0);

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

Expand Down

0 comments on commit 57a29d2

Please sign in to comment.