From 57a29d21c20077b924649f91b12b410582c2b868 Mon Sep 17 00:00:00 2001 From: Istvan-Zsolt Szekely Date: Mon, 9 Sep 2024 09:23:22 +0100 Subject: [PATCH] util_axis_fifo_asym: Rebased on packet filter - Rebased to get the changes for interprocess communications and keep byte changes Signed-off-by: Istvan-Zsolt Szekely --- util_axis_fifo_asym/Makefile | 1 + util_axis_fifo_asym/system_project.tcl | 1 + util_axis_fifo_asym/tests/test_program.sv | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/util_axis_fifo_asym/Makefile b/util_axis_fifo_asym/Makefile index 189cf026..5f4e2f64 100644 --- a/util_axis_fifo_asym/Makefile +++ b/util_axis_fifo_asym/Makefile @@ -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 diff --git a/util_axis_fifo_asym/system_project.tcl b/util_axis_fifo_asym/system_project.tcl index 7deb1371..d5d838c3 100644 --- a/util_axis_fifo_asym/system_project.tcl +++ b/util_axis_fifo_asym/system_project.tcl @@ -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" \ diff --git a/util_axis_fifo_asym/tests/test_program.sv b/util_axis_fifo_asym/tests/test_program.sv index fe8f19f1..10814784 100644 --- a/util_axis_fifo_asym/tests/test_program.sv +++ b/util_axis_fifo_asym/tests/test_program.sv @@ -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);