diff --git a/library/includes/Makeinclude_axi b/library/includes/Makeinclude_axi.mk similarity index 100% rename from library/includes/Makeinclude_axi rename to library/includes/Makeinclude_axi.mk diff --git a/library/includes/Makeinclude_axis b/library/includes/Makeinclude_axis.mk similarity index 100% rename from library/includes/Makeinclude_axis rename to library/includes/Makeinclude_axis.mk diff --git a/library/includes/Makeinclude_common b/library/includes/Makeinclude_common.mk similarity index 92% rename from library/includes/Makeinclude_common rename to library/includes/Makeinclude_common.mk index 496e1d71..e6431799 100644 --- a/library/includes/Makeinclude_common +++ b/library/includes/Makeinclude_common.mk @@ -3,7 +3,7 @@ #################################################################################### # Makeincludes -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axi +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axi.mk # All test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/utilities/utils.svh diff --git a/library/includes/Makeinclude_data_offload b/library/includes/Makeinclude_data_offload.mk similarity index 87% rename from library/includes/Makeinclude_data_offload rename to library/includes/Makeinclude_data_offload.mk index 699ed86f..bec4f316 100644 --- a/library/includes/Makeinclude_data_offload +++ b/library/includes/Makeinclude_data_offload.mk @@ -3,7 +3,7 @@ #################################################################################### # Makeincludes -include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap +include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap.mk # All test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/drivers/data_offload/data_offload_api.sv diff --git a/library/includes/Makeinclude_dmac b/library/includes/Makeinclude_dmac.mk similarity index 89% rename from library/includes/Makeinclude_dmac rename to library/includes/Makeinclude_dmac.mk index 3bf0fb03..5c43ce10 100644 --- a/library/includes/Makeinclude_dmac +++ b/library/includes/Makeinclude_dmac.mk @@ -3,7 +3,7 @@ #################################################################################### # Makeincludes -include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap +include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap.mk # All test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/drivers/dmac/dma_trans.sv diff --git a/library/includes/Makeinclude_jesd b/library/includes/Makeinclude_jesd.mk similarity index 91% rename from library/includes/Makeinclude_jesd rename to library/includes/Makeinclude_jesd.mk index 176c9ec5..3f8889e2 100644 --- a/library/includes/Makeinclude_jesd +++ b/library/includes/Makeinclude_jesd.mk @@ -3,7 +3,7 @@ #################################################################################### # Makeincludes -include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap +include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap.mk # All test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/drivers/jesd/adi_jesd204_pkg.sv diff --git a/library/includes/Makeinclude_regmap b/library/includes/Makeinclude_regmap.mk similarity index 100% rename from library/includes/Makeinclude_regmap rename to library/includes/Makeinclude_regmap.mk diff --git a/library/includes/Makeinclude_scoreboard b/library/includes/Makeinclude_scoreboard.mk similarity index 100% rename from library/includes/Makeinclude_scoreboard rename to library/includes/Makeinclude_scoreboard.mk diff --git a/library/includes/Makeinclude_spi_engine b/library/includes/Makeinclude_spi_engine.mk similarity index 90% rename from library/includes/Makeinclude_spi_engine rename to library/includes/Makeinclude_spi_engine.mk index 5311f855..1c0af3b0 100644 --- a/library/includes/Makeinclude_spi_engine +++ b/library/includes/Makeinclude_spi_engine.mk @@ -3,7 +3,7 @@ #################################################################################### # Makeincludes -include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap +include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap.mk # All test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/vip/adi/spi_vip/adi_spi_vip_pkg.sv diff --git a/library/includes/Makeinclude_tdd b/library/includes/Makeinclude_tdd.mk similarity index 87% rename from library/includes/Makeinclude_tdd rename to library/includes/Makeinclude_tdd.mk index 6285ecb6..0d078b04 100644 --- a/library/includes/Makeinclude_tdd +++ b/library/includes/Makeinclude_tdd.mk @@ -3,7 +3,7 @@ #################################################################################### # Makeincludes -include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap +include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap.mk # All test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_tdd_gen_pkg.sv diff --git a/library/includes/Makeinclude_xcvr b/library/includes/Makeinclude_xcvr.mk similarity index 87% rename from library/includes/Makeinclude_xcvr rename to library/includes/Makeinclude_xcvr.mk index bf095110..23dc8402 100644 --- a/library/includes/Makeinclude_xcvr +++ b/library/includes/Makeinclude_xcvr.mk @@ -3,7 +3,7 @@ #################################################################################### # Makeincludes -include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap +include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap.mk # All test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/drivers/xcvr/adi_xcvr_pkg.sv diff --git a/library/vip/adi/io_vip/Makefile b/library/vip/adi/io_vip/Makefile index b941dff5..8e61c693 100644 --- a/library/vip/adi/io_vip/Makefile +++ b/library/vip/adi/io_vip/Makefile @@ -4,7 +4,7 @@ #################################################################################### # Makeincludes -include ../../../../scripts/make_tb_path +include ../../../../scripts/make_tb_path.mk LIBRARY_NAME := io_vip diff --git a/library/vip/adi/spi_vip/Makefile b/library/vip/adi/spi_vip/Makefile index c9f7ea20..890ed530 100644 --- a/library/vip/adi/spi_vip/Makefile +++ b/library/vip/adi/spi_vip/Makefile @@ -5,7 +5,7 @@ #################################################################################### # Makeincludes -include ../../../../scripts/make_tb_path +include ../../../../scripts/make_tb_path.mk LIBRARY_NAME := adi_spi_vip diff --git a/scripts/make_tb_path b/scripts/make_tb_path.mk similarity index 79% rename from scripts/make_tb_path rename to scripts/make_tb_path.mk index 576f816a..61b46fd9 100644 --- a/scripts/make_tb_path +++ b/scripts/make_tb_path.mk @@ -2,8 +2,8 @@ #################################################################################### #################################################################################### -# Assumes this file is in /testbenches/scripts/make_tb_path -ADI_HDL_DIR := $(subst /testbenches/scripts/make_tb_path,,$(abspath $(lastword $(MAKEFILE_LIST)))) +# Assumes this file is in /testbenches/scripts/make_tb_path.mk +ADI_HDL_DIR := $(subst /testbenches/scripts/make_tb_path.mk,,$(abspath $(lastword $(MAKEFILE_LIST)))) HDL_LIBRARY_PATH := $(ADI_HDL_DIR)/library/ ADI_TB_DIR := $(ADI_HDL_DIR)/testbenches/ TB_LIBRARY_PATH := $(ADI_TB_DIR)/library/ diff --git a/scripts/project-sim.mk b/scripts/project-sim.mk index c6a5e524..228a3710 100644 --- a/scripts/project-sim.mk +++ b/scripts/project-sim.mk @@ -4,7 +4,7 @@ #################################################################################### #################################################################################### -include $(ADI_TB_DIR)/library/includes/Makeinclude_common +include $(ADI_TB_DIR)/library/includes/Makeinclude_common.mk include $(ADI_HDL_DIR)/quiet.mk diff --git a/testbenches/ip/axi_tdd/Makefile b/testbenches/ip/axi_tdd/Makefile index 69a24be9..074e4aa1 100644 --- a/testbenches/ip/axi_tdd/Makefile +++ b/testbenches/ip/axi_tdd/Makefile @@ -5,9 +5,9 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -#include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_tdd +include ../../../scripts/make_tb_path.mk +#include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_tdd.mk # Remaining test-bench dependencies except test programs LIB_DEPS += axi_tdd diff --git a/testbenches/ip/axis_sequencers/Makefile b/testbenches/ip/axis_sequencers/Makefile index 6d82e53c..0319e0db 100644 --- a/testbenches/ip/axis_sequencers/Makefile +++ b/testbenches/ip/axis_sequencers/Makefile @@ -5,9 +5,9 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk # Remaining test-bench dependencies except test programs SV_DEPS += environment.sv diff --git a/testbenches/ip/base/Makefile b/testbenches/ip/base/Makefile index 5a696fde..6c2e0bea 100644 --- a/testbenches/ip/base/Makefile +++ b/testbenches/ip/base/Makefile @@ -5,8 +5,8 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk # Remaining test-bench dependencies except test programs SV_DEPS += environment.sv diff --git a/testbenches/ip/data_offload/Makefile b/testbenches/ip/data_offload/Makefile index 1b375552..7770fc41 100644 --- a/testbenches/ip/data_offload/Makefile +++ b/testbenches/ip/data_offload/Makefile @@ -5,9 +5,9 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk # Remaining test-bench dependencies except test programs SV_DEPS += do_scoreboard.sv diff --git a/testbenches/ip/data_offload_2/Makefile b/testbenches/ip/data_offload_2/Makefile index 407382a2..08279063 100644 --- a/testbenches/ip/data_offload_2/Makefile +++ b/testbenches/ip/data_offload_2/Makefile @@ -5,9 +5,9 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk # Remaining test-bench dependencies except test programs SV_DEPS += do_scoreboard.sv diff --git a/testbenches/ip/dma_flock/Makefile b/testbenches/ip/dma_flock/Makefile index bd121142..1b2d59ce 100644 --- a/testbenches/ip/dma_flock/Makefile +++ b/testbenches/ip/dma_flock/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk # All test-bench dependencies except test programs SV_DEPS += environment.sv diff --git a/testbenches/ip/dma_loopback/Makefile b/testbenches/ip/dma_loopback/Makefile index 2035acf3..3b461f72 100644 --- a/testbenches/ip/dma_loopback/Makefile +++ b/testbenches/ip/dma_loopback/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk # Remaining test-bench dependencies except test programs LIB_DEPS += axi_dmac diff --git a/testbenches/ip/dma_sg/Makefile b/testbenches/ip/dma_sg/Makefile index a132b991..b3ff2a00 100644 --- a/testbenches/ip/dma_sg/Makefile +++ b/testbenches/ip/dma_sg/Makefile @@ -3,10 +3,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk # Remaining test-bench dependencies except test programs LIB_DEPS += axi_dmac diff --git a/testbenches/ip/hbm/Makefile b/testbenches/ip/hbm/Makefile index c9925f88..956fb144 100644 --- a/testbenches/ip/hbm/Makefile +++ b/testbenches/ip/hbm/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk # Remaining test-bench dependencies except test programs LIB_DEPS += axi_dmac diff --git a/testbenches/ip/i3c_controller/Makefile b/testbenches/ip/i3c_controller/Makefile index 68018a64..a02a0a8d 100755 --- a/testbenches/ip/i3c_controller/Makefile +++ b/testbenches/ip/i3c_controller/Makefile @@ -5,8 +5,8 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk # Remaining test-bench dependencies except test programs ENV_DEPS += $(HDL_LIBRARY_PATH)/util_cdc/sync_bits.v diff --git a/testbenches/ip/jesd_loopback/Makefile b/testbenches/ip/jesd_loopback/Makefile index 54769975..197b3f07 100644 --- a/testbenches/ip/jesd_loopback/Makefile +++ b/testbenches/ip/jesd_loopback/Makefile @@ -5,11 +5,11 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd -include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv diff --git a/testbenches/ip/jesd_loopback_64b/Makefile b/testbenches/ip/jesd_loopback_64b/Makefile index 54769975..197b3f07 100644 --- a/testbenches/ip/jesd_loopback_64b/Makefile +++ b/testbenches/ip/jesd_loopback_64b/Makefile @@ -5,11 +5,11 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd -include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv diff --git a/testbenches/ip/scoreboard/Makefile b/testbenches/ip/scoreboard/Makefile index b39c1825..b8505a2d 100644 --- a/testbenches/ip/scoreboard/Makefile +++ b/testbenches/ip/scoreboard/Makefile @@ -5,12 +5,12 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis -include $(TB_LIBRARY_PATH)/includes/Makeinclude_scoreboard -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_data_offload +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_scoreboard.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_data_offload.mk # Remaining test-bench dependencies except test programs SV_DEPS += environment.sv diff --git a/testbenches/ip/spi_engine/Makefile b/testbenches/ip/spi_engine/Makefile index 4df07862..629aab2d 100644 --- a/testbenches/ip/spi_engine/Makefile +++ b/testbenches/ip/spi_engine/Makefile @@ -5,11 +5,11 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_clkgen_pkg.sv diff --git a/testbenches/ip/util_pack/Makefile b/testbenches/ip/util_pack/Makefile index 9759f10d..34d6d9ed 100644 --- a/testbenches/ip/util_pack/Makefile +++ b/testbenches/ip/util_pack/Makefile @@ -5,11 +5,11 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis -include $(TB_LIBRARY_PATH)/includes/Makeinclude_scoreboard -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_scoreboard.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk # Remaining test-bench dependencies except test programs SV_DEPS += environment.sv diff --git a/testbenches/project/ad463x/Makefile b/testbenches/project/ad463x/Makefile index 25400f0b..ba422b1e 100644 --- a/testbenches/project/ad463x/Makefile +++ b/testbenches/project/ad463x/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_clkgen_pkg.sv diff --git a/testbenches/project/ad57xx/Makefile b/testbenches/project/ad57xx/Makefile index 750b9813..45db572c 100644 --- a/testbenches/project/ad57xx/Makefile +++ b/testbenches/project/ad57xx/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_clkgen_pkg.sv diff --git a/testbenches/project/ad738x/Makefile b/testbenches/project/ad738x/Makefile index 2b415298..a15dd306 100644 --- a/testbenches/project/ad738x/Makefile +++ b/testbenches/project/ad738x/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_clkgen_pkg.sv diff --git a/testbenches/project/ad7606x/Makefile b/testbenches/project/ad7606x/Makefile index 3cbf59b5..879ba8d2 100755 --- a/testbenches/project/ad7606x/Makefile +++ b/testbenches/project/ad7606x/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_adc_pkg.sv diff --git a/testbenches/project/ad7616/Makefile b/testbenches/project/ad7616/Makefile index 0d66044d..f9e4de96 100755 --- a/testbenches/project/ad7616/Makefile +++ b/testbenches/project/ad7616/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_axi_ad7616_pkg.sv diff --git a/testbenches/project/ad9083/Makefile b/testbenches/project/ad9083/Makefile index 2cc8cd38..79078678 100644 --- a/testbenches/project/ad9083/Makefile +++ b/testbenches/project/ad9083/Makefile @@ -5,11 +5,11 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd -include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr.mk # Remaining test-bench dependencies except test programs # Missing things diff --git a/testbenches/project/ad_quadmxfe1_ebz/Makefile b/testbenches/project/ad_quadmxfe1_ebz/Makefile index 66d07d7b..9e9d4915 100644 --- a/testbenches/project/ad_quadmxfe1_ebz/Makefile +++ b/testbenches/project/ad_quadmxfe1_ebz/Makefile @@ -5,11 +5,11 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd -include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv diff --git a/testbenches/project/adrv9001/Makefile b/testbenches/project/adrv9001/Makefile index 853eadf8..c17fe47d 100644 --- a/testbenches/project/adrv9001/Makefile +++ b/testbenches/project/adrv9001/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv diff --git a/testbenches/project/adrv9009/Makefile b/testbenches/project/adrv9009/Makefile index b644f5f0..f11e8b86 100755 --- a/testbenches/project/adrv9009/Makefile +++ b/testbenches/project/adrv9009/Makefile @@ -5,11 +5,11 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd -include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv diff --git a/testbenches/project/fmcomms2/Makefile b/testbenches/project/fmcomms2/Makefile index b22130e9..7e64b79b 100644 --- a/testbenches/project/fmcomms2/Makefile +++ b/testbenches/project/fmcomms2/Makefile @@ -5,9 +5,9 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv diff --git a/testbenches/project/mxfe/Makefile b/testbenches/project/mxfe/Makefile index 4f226929..1af65b08 100644 --- a/testbenches/project/mxfe/Makefile +++ b/testbenches/project/mxfe/Makefile @@ -5,12 +5,12 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd -include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr -include $(TB_LIBRARY_PATH)/includes/Makeinclude_tdd +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_jesd.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_xcvr.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_tdd.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv diff --git a/testbenches/project/pluto/Makefile b/testbenches/project/pluto/Makefile index fc138af5..d1785618 100644 --- a/testbenches/project/pluto/Makefile +++ b/testbenches/project/pluto/Makefile @@ -3,10 +3,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_tdd +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_tdd.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv diff --git a/testbenches/project/pulsar_adc_pmdz/Makefile b/testbenches/project/pulsar_adc_pmdz/Makefile index 57a84967..ffaeb4e1 100755 --- a/testbenches/project/pulsar_adc_pmdz/Makefile +++ b/testbenches/project/pulsar_adc_pmdz/Makefile @@ -5,10 +5,10 @@ #################################################################################### # Makeincludes -include ../../../scripts/make_tb_path -include $(TB_LIBRARY_PATH)/includes/Makeinclude_common -include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac -include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine +include ../../../scripts/make_tb_path.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_common.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk +include $(TB_LIBRARY_PATH)/includes/Makeinclude_spi_engine.mk # Remaining test-bench dependencies except test programs SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_clkgen_pkg.sv