Skip to content

Commit

Permalink
includes: Minor changes and fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
  • Loading branch information
IstvanZsSzekely committed Nov 5, 2024
1 parent 28bbead commit a9d14db
Show file tree
Hide file tree
Showing 40 changed files with 183 additions and 176 deletions.
6 changes: 3 additions & 3 deletions library/includes/Makeinclude_axi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
####################################################################################

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/vip/amd/m_axi_sequencer.sv
SV_DEPS += ../../../library/vip/amd/s_axi_sequencer.sv
SV_DEPS += ../../../library/regmaps/reg_accessor.sv
SV_DEPS += $(TB_LIBRARY_PATH)/vip/amd/m_axi_sequencer.sv
SV_DEPS += $(TB_LIBRARY_PATH)/vip/amd/s_axi_sequencer.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/reg_accessor.sv
4 changes: 2 additions & 2 deletions library/includes/Makeinclude_axis
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
####################################################################################

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/vip/amd/m_axis_sequencer.sv
SV_DEPS += ../../../library/vip/amd/s_axis_sequencer.sv
SV_DEPS += $(TB_LIBRARY_PATH)/vip/amd/m_axis_sequencer.sv
SV_DEPS += $(TB_LIBRARY_PATH)/vip/amd/s_axis_sequencer.sv
10 changes: 5 additions & 5 deletions library/includes/Makeinclude_common
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
####################################################################################

# Makeincludes
include $(TB_PATH)/library/includes/Makeinclude_axi
include $(TB_LIBRARY_PATH)/includes/Makeinclude_axi

# All test-bench dependencies except test programs
SV_DEPS += $(TB_PATH)/library/utilities/utils.svh
SV_DEPS += $(TB_PATH)/library/utilities/logger_pkg.sv
SV_DEPS += $(TB_PATH)/library/utilities/test_harness_env.sv
SV_DEPS += $(TB_PATH)/library/drivers/common/watchdog.sv
SV_DEPS += $(TB_LIBRARY_PATH)/utilities/utils.svh
SV_DEPS += $(TB_LIBRARY_PATH)/utilities/logger_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/utilities/test_harness_env.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/common/watchdog.sv

SV_DEPS += system_tb.sv

Expand Down
6 changes: 3 additions & 3 deletions library/includes/Makeinclude_data_offload
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
####################################################################################

# Makeincludes
include ../../../library/includes/Makeinclude_regmap
include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/drivers/data_offload/data_offload_api.sv
SV_DEPS += ../../../library/regmaps/adi_regmap_data_offload_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/data_offload/data_offload_api.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_data_offload_pkg.sv
8 changes: 4 additions & 4 deletions library/includes/Makeinclude_dmac
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
####################################################################################

# Makeincludes
include ../../../library/includes/Makeinclude_regmap
include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/drivers/dmac/dma_trans.sv
SV_DEPS += ../../../library/drivers/dmac/dmac_api.sv
SV_DEPS += ../../../library/regmaps/adi_regmap_dmac_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/dmac/dma_trans.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/dmac/dmac_api.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dmac_pkg.sv
12 changes: 6 additions & 6 deletions library/includes/Makeinclude_jesd
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
####################################################################################

# Makeincludes
include ../../../library/includes/Makeinclude_regmap
include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/drivers/jesd/adi_jesd204_pkg.sv
SV_DEPS += ../../../library/regmaps/adi_regmap_jesd_rx_pkg.sv
SV_DEPS += ../../../library/regmaps/adi_regmap_jesd_tx_pkg.sv
SV_DEPS += ../../../library/regmaps/adi_regmap_jesd_tpl_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/jesd/adi_jesd204_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_jesd_rx_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_jesd_tx_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_jesd_tpl_pkg.sv

ENV_DEPS += ../../../library/drivers/jesd/jesd_exerciser.tcl
ENV_DEPS += $(TB_LIBRARY_PATH)/drivers/jesd/jesd_exerciser.tcl
6 changes: 3 additions & 3 deletions library/includes/Makeinclude_regmap
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
####################################################################################

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/regmaps/reg_accessor.sv
SV_DEPS += ../../../library/regmaps/adi_peripheral_pkg.sv
SV_DEPS += ../../../library/regmaps/adi_regmap_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/reg_accessor.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_peripheral_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_pkg.sv
8 changes: 4 additions & 4 deletions library/includes/Makeinclude_scoreboard
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
####################################################################################

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/drivers/common/mailbox.sv
SV_DEPS += ../../../library/drivers/common/scoreboard.sv
SV_DEPS += ../../../library/drivers/common/scoreboard_pack.sv
SV_DEPS += ../../../library/drivers/common/x_monitor.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/common/mailbox.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/common/scoreboard.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/common/scoreboard_pack.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/common/x_monitor.sv
10 changes: 5 additions & 5 deletions library/includes/Makeinclude_spi_engine
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
####################################################################################

# Makeincludes
include ../../../library/includes/Makeinclude_regmap
include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/vip/adi/spi_vip/adi_spi_vip_pkg.sv
SV_DEPS += ../../../library/vip/adi/spi_vip/s_spi_sequencer.sv
SV_DEPS += ../../../library/drivers/spi_engine/spi_engine_instr_pkg.sv
SV_DEPS += ../../../library/regmaps/adi_regmap_spi_engine_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/vip/adi/spi_vip/adi_spi_vip_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/vip/adi/spi_vip/s_spi_sequencer.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/spi_engine/spi_engine_instr_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_spi_engine_pkg.sv

SIM_LIB_DEPS += spi_vip
6 changes: 3 additions & 3 deletions library/includes/Makeinclude_tdd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
####################################################################################

# Makeincludes
include ../../../library/includes/Makeinclude_regmap
include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/regmaps/adi_regmap_tdd_gen_pkg.sv
SV_DEPS += ../../../library/regmaps/adi_regmap_tdd_trans_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_tdd_gen_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_tdd_trans_pkg.sv
6 changes: 3 additions & 3 deletions library/includes/Makeinclude_xcvr
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
####################################################################################

# Makeincludes
include ../../../library/includes/Makeinclude_regmap
include $(TB_LIBRARY_PATH)/includes/Makeinclude_regmap

# All test-bench dependencies except test programs
SV_DEPS += ../../../library/drivers/xcvr/adi_xcvr_pkg.sv
SV_DEPS += ../../../library/regmaps/adi_regmap_xcvr_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/drivers/xcvr/adi_xcvr_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_xcvr_pkg.sv
2 changes: 1 addition & 1 deletion library/vip/adi/spi_vip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include ../../../../scripts/make_tb_path

LIBRARY_NAME := adi_spi_vip

GENERIC_DEPS += $(ADI_HDL_DIR)/testbenches/library/utilities/utils.svh
GENERIC_DEPS += $(TB_LIBRARY_PATH)/utilities/utils.svh
GENERIC_DEPS += adi_spi_vip_pkg.sv
GENERIC_DEPS += spi_vip_if.sv
GENERIC_DEPS += adi_spi_vip.sv
Expand Down
1 change: 1 addition & 0 deletions scripts/make_tb_path
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
ADI_HDL_DIR := $(subst /testbenches/scripts/make_tb_path,,$(abspath $(lastword $(MAKEFILE_LIST))))
HDL_LIBRARY_PATH := $(ADI_HDL_DIR)/library/
TB_PATH := $(ADI_HDL_DIR)/testbenches/
TB_LIBRARY_PATH := $(TB_PATH)/library/
4 changes: 2 additions & 2 deletions testbenches/ip/axi_tdd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

# Makeincludes
include ../../../scripts/make_tb_path
#include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_tdd
#include $(TB_LIBRARY_PATH)/includes/Makeinclude_common
include $(TB_LIBRARY_PATH)/includes/Makeinclude_tdd

# Remaining test-bench dependencies except test programs
LIB_DEPS += axi_tdd
Expand Down
6 changes: 4 additions & 2 deletions testbenches/ip/axis_sequencers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
####################################################################################
####################################################################################

include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_axis
# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_LIBRARY_PATH)/includes/Makeinclude_common
include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis

# Remaining test-bench dependencies except test programs
SV_DEPS += environment.sv
Expand Down
2 changes: 1 addition & 1 deletion testbenches/ip/base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_LIBRARY_PATH)/includes/Makeinclude_common

# Remaining test-bench dependencies except test programs
SV_DEPS += environment.sv
Expand Down
4 changes: 2 additions & 2 deletions testbenches/ip/data_offload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_axis
include $(TB_LIBRARY_PATH)/includes/Makeinclude_common
include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis

# Remaining test-bench dependencies except test programs
SV_DEPS += do_scoreboard.sv
Expand Down
6 changes: 4 additions & 2 deletions testbenches/ip/data_offload_2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
####################################################################################
####################################################################################

include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_axis
# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_LIBRARY_PATH)/includes/Makeinclude_common
include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis

# Remaining test-bench dependencies except test programs
SV_DEPS += do_scoreboard.sv
Expand Down
8 changes: 5 additions & 3 deletions testbenches/ip/dma_loopback/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
####################################################################################
####################################################################################

include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_axis
include $(TB_PATH)/library/includes/Makeinclude_dmac
# 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

# Remaining test-bench dependencies except test programs
LIB_DEPS += axi_dmac
Expand Down
6 changes: 3 additions & 3 deletions testbenches/ip/dma_sg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_axis
include $(TB_PATH)/library/includes/Makeinclude_dmac
include $(TB_LIBRARY_PATH)/includes/Makeinclude_common
include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis
include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac

# Remaining test-bench dependencies except test programs
LIB_DEPS += axi_dmac
Expand Down
6 changes: 3 additions & 3 deletions testbenches/ip/hbm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_axis
include $(TB_PATH)/library/includes/Makeinclude_dmac
include $(TB_LIBRARY_PATH)/includes/Makeinclude_common
include $(TB_LIBRARY_PATH)/includes/Makeinclude_axis
include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac

# Remaining test-bench dependencies except test programs
LIB_DEPS += axi_dmac
Expand Down
6 changes: 3 additions & 3 deletions testbenches/ip/i3c_controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_LIBRARY_PATH)/includes/Makeinclude_common

# Remaining test-bench dependencies except test programs
ENV_DEPS += ../$(TB_PATH)/library/util_cdc/sync_bits.v
ENV_DEPS += ../$(TB_PATH)/library/common/ad_edge_detect.v
ENV_DEPS += $(HDL_LIBRARY_PATH)/util_cdc/sync_bits.v
ENV_DEPS += $(HDL_LIBRARY_PATH)/common/ad_edge_detect.v

LIB_DEPS += axi_sysid
LIB_DEPS += i3c_controller/i3c_controller_host_interface
Expand Down
14 changes: 7 additions & 7 deletions testbenches/ip/jesd_loopback/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_dmac
include $(TB_PATH)/library/includes/Makeinclude_jesd
include $(TB_PATH)/library/includes/Makeinclude_xcvr
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

# Remaining test-bench dependencies except test programs
SV_DEPS += $(TB_PATH)/library/regmaps/adi_regmap_dac_pkg.sv
SV_DEPS += $(TB_PATH)/library/regmaps/adi_regmap_common_pkg.sv
SV_DEPS += $(TB_PATH)/library/regmaps/adi_regmap_adc_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_common_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_adc_pkg.sv

LIB_DEPS += jesd204/ad_ip_jesd204_tpl_dac
LIB_DEPS += jesd204/axi_jesd204_tx
Expand Down
14 changes: 7 additions & 7 deletions testbenches/ip/jesd_loopback_64b/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_dmac
include $(TB_PATH)/library/includes/Makeinclude_jesd
include $(TB_PATH)/library/includes/Makeinclude_xcvr
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

# Remaining test-bench dependencies except test programs
SV_DEPS += $(TB_PATH)/library/regmaps/adi_regmap_dac_pkg.sv
SV_DEPS += $(TB_PATH)/library/regmaps/adi_regmap_common_pkg.sv
SV_DEPS += $(TB_PATH)/library/regmaps/adi_regmap_adc_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_dac_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_common_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_adc_pkg.sv

LIB_DEPS += jesd204/ad_ip_jesd204_tpl_dac
LIB_DEPS += jesd204/axi_jesd204_tx
Expand Down
10 changes: 5 additions & 5 deletions testbenches/ip/scoreboard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_axis
include $(TB_PATH)/library/includes/Makeinclude_scoreboard
include $(TB_PATH)/library/includes/Makeinclude_dmac
include $(TB_PATH)/library/includes/Makeinclude_data_offload
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

# Remaining test-bench dependencies except test programs
SV_DEPS += environment.sv
Expand Down
16 changes: 8 additions & 8 deletions testbenches/ip/spi_engine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_axis
include $(TB_PATH)/library/includes/Makeinclude_dmac
include $(TB_PATH)/library/includes/Makeinclude_spi_engine
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

# Remaining test-bench dependencies except test programs
SV_DEPS += $(TB_PATH)/library/regmaps/adi_regmap_clkgen_pkg.sv
SV_DEPS += $(TB_PATH)/library/regmaps/adi_regmap_pwm_gen_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_clkgen_pkg.sv
SV_DEPS += $(TB_LIBRARY_PATH)/regmaps/adi_regmap_pwm_gen_pkg.sv
SV_DEPS += spi_environment.sv

ENV_DEPS += ../$(TB_PATH)/library/util_cdc/sync_bits.v
ENV_DEPS += ../$(TB_PATH)/library/common/ad_edge_detect.v
ENV_DEPS += $(HDL_LIBRARY_PATH)/util_cdc/sync_bits.v
ENV_DEPS += $(HDL_LIBRARY_PATH)/common/ad_edge_detect.v

LIB_DEPS += axi_clkgen
LIB_DEPS += axi_pwm_gen
Expand Down
8 changes: 4 additions & 4 deletions testbenches/ip/util_pack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

# Makeincludes
include ../../../scripts/make_tb_path
include $(TB_PATH)/library/includes/Makeinclude_common
include $(TB_PATH)/library/includes/Makeinclude_axis
include $(TB_PATH)/library/includes/Makeinclude_scoreboard
include $(TB_PATH)/library/includes/Makeinclude_dmac
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

# Remaining test-bench dependencies except test programs
SV_DEPS += environment.sv
Expand Down
Loading

0 comments on commit a9d14db

Please sign in to comment.