55# ###################################################################################
66
77# All test-bench dependencies except test programs
8- SV_DEPS += ../common/sv /utils.svh
9- SV_DEPS += ../common/sv /logger_pkg.sv
10- SV_DEPS += ../common/sv /reg_accessor.sv
11- SV_DEPS += ../common/sv /m_axis_sequencer.sv
12- SV_DEPS += ../common/sv /s_axis_sequencer.sv
13- SV_DEPS += ../common/sv /m_axi_sequencer.sv
14- SV_DEPS += ../common/sv /s_axi_sequencer.sv
15- SV_DEPS += ../common/sv /test_harness_env.sv
16- SV_DEPS += ../common/sv /adi_peripheral_pkg.sv
17- SV_DEPS += ../common/sv /adi_regmap_pkg.sv
18- SV_DEPS += ../common/sv /mailbox.sv
19- SV_DEPS += ../common/sv /x_monitor.sv
20- SV_DEPS += ../common/sv /scoreboard.sv
21- SV_DEPS += ../common/sv/watchdog .sv
22- SV_DEPS += ../common/sv/filter .sv
8+ SV_DEPS += ../../../library/utilities /utils.svh
9+ SV_DEPS += ../../../library/utilities /logger_pkg.sv
10+ SV_DEPS += ../../../library/regmaps /reg_accessor.sv
11+ SV_DEPS += ../../../library/vip/amd /m_axis_sequencer.sv
12+ SV_DEPS += ../../../library/vip/amd /s_axis_sequencer.sv
13+ SV_DEPS += ../../../library/vip/amd /m_axi_sequencer.sv
14+ SV_DEPS += ../../../library/vip/amd /s_axi_sequencer.sv
15+ SV_DEPS += ../../../library/utilities /test_harness_env.sv
16+ SV_DEPS += ../../../library/regmaps /adi_peripheral_pkg.sv
17+ SV_DEPS += ../../../library/regmaps /adi_regmap_pkg.sv
18+ SV_DEPS += ../../../library/drivers/common /mailbox.sv
19+ SV_DEPS += ../../../library/drivers/common /x_monitor.sv
20+ SV_DEPS += ../../../library/drivers/common /scoreboard.sv
21+ SV_DEPS += ../../../library/drivers/common/filter .sv
22+ SV_DEPS += ../../../library/drivers/common/watchdog .sv
2323SV_DEPS += environment.sv
2424SV_DEPS += system_tb.sv
2525
2626ENV_DEPS += system_project.tcl
2727ENV_DEPS += system_bd.tcl
28- ENV_DEPS +=../scripts/adi_sim.tcl
29- ENV_DEPS +=../scripts/run_sim.tcl
28+ ENV_DEPS += ../../ ../scripts/adi_sim.tcl
29+ ENV_DEPS += ../../ ../scripts/run_sim.tcl
3030
3131# default test program
3232TP := test_program
@@ -40,7 +40,7 @@ CFG_FILES := $(notdir $(wildcard cfgs/cfg*.tcl))
4040# Format is: <configuration>:<test name>
4141TESTS := $(foreach cfg, $(basename $(CFG_FILES ) ) , $(addprefix $(cfg ) :, $(TP ) ) )
4242
43- include ../scripts/project-sim.mk
43+ include ../../../ scripts/project-sim.mk
4444
4545# usage :
4646#
0 commit comments