File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ SV_DEPS += ../common/sv/adi_peripheral_pkg.sv
1717SV_DEPS += ../common/sv/adi_regmap_pkg.sv
1818SV_DEPS += ../common/sv/mailbox.sv
1919SV_DEPS += ../common/sv/x_monitor.sv
20+ SV_DEPS += ../common/sv/filter.sv
2021SV_DEPS += ../common/sv/scoreboard.sv
2122SV_DEPS += ../common/sv/watchdog.sv
2223SV_DEPS += environment.sv
Original file line number Diff line number Diff 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" \
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ SV_DEPS += ../common/sv/dmac_api.sv
2323SV_DEPS += ../common/sv/dma_trans.sv
2424SV_DEPS += ../common/sv/adi_regmap_dmac_pkg.sv
2525SV_DEPS += ../common/sv/watchdog.sv
26+ SV_DEPS += ../common/sv/filter.sv
2627SV_DEPS += environment.sv
2728SV_DEPS += system_tb.sv
2829
Original file line number Diff line number Diff 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" \
You can’t perform that action at this time.
0 commit comments