Skip to content

Commit 26dc1bb

Browse files
packet_filter: Add missing dependencies for the filter
Signed-off-by: Istvan-Zsolt Szekely <istvan.szekely@analog.com>
1 parent 0989db4 commit 26dc1bb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

base/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SV_DEPS += ../common/sv/adi_peripheral_pkg.sv
1717
SV_DEPS += ../common/sv/adi_regmap_pkg.sv
1818
SV_DEPS += ../common/sv/mailbox.sv
1919
SV_DEPS += ../common/sv/x_monitor.sv
20+
SV_DEPS += ../common/sv/filter.sv
2021
SV_DEPS += ../common/sv/scoreboard.sv
2122
SV_DEPS += ../common/sv/watchdog.sv
2223
SV_DEPS += environment.sv

base/system_project.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ adi_sim_project_files [list \
3232
"../common/sv/test_harness_env.sv" \
3333
"../common/sv/mailbox.sv" \
3434
"../common/sv/x_monitor.sv" \
35+
"../common/sv/filter.sv" \
3536
"../common/sv/scoreboard.sv" \
3637
"../common/sv/watchdog.sv" \
3738
"environment.sv" \

util_pack/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ SV_DEPS += ../common/sv/dmac_api.sv
2323
SV_DEPS += ../common/sv/dma_trans.sv
2424
SV_DEPS += ../common/sv/adi_regmap_dmac_pkg.sv
2525
SV_DEPS += ../common/sv/watchdog.sv
26+
SV_DEPS += ../common/sv/filter.sv
2627
SV_DEPS += environment.sv
2728
SV_DEPS += system_tb.sv
2829

util_pack/system_project.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ adi_sim_project_files [list \
3232
"../common/sv/test_harness_env.sv" \
3333
"../common/sv/mailbox.sv" \
3434
"../common/sv/x_monitor.sv" \
35+
"../common/sv/filter.sv" \
3536
"../common/sv/scoreboard.sv" \
3637
"../common/sv/scoreboard_pack.sv" \
3738
"../common/sv/dmac_api.sv" \

0 commit comments

Comments
 (0)