File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 33# ###################################################################################
44
55# All test-bench dependencies except test programs
6+ SV_DEPS += $(TB_LIBRARY_PATH ) /utilities/filter_pkg.sv
67SV_DEPS += $(TB_LIBRARY_PATH ) /utilities/pub_sub_pkg.sv
78SV_DEPS += $(TB_LIBRARY_PATH ) /drivers/common/scoreboard.sv
89SV_DEPS += $(TB_LIBRARY_PATH ) /drivers/common/scoreboard_pack.sv
Original file line number Diff line number Diff line change 3535
3636# Add test files to the project
3737adi_sim_project_files [list \
38+ " $ad_tb_dir /library/utilities/filter_pkg.sv" \
3839 " $ad_tb_dir /library/utilities/pub_sub_pkg.sv" \
3940 " $ad_tb_dir /library/drivers/common/scoreboard.sv" \
4041 " $ad_tb_dir /library/drivers/common/scoreboard_pack.sv" \
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ package pub_sub_pkg;
3939
4040 import logger_pkg :: * ;
4141 import adi_common_pkg :: * ;
42+ import filter_pkg :: * ;
4243
4344 class adi_subscriber # (type data_type = int ) extends adi_component ;
4445
You can’t perform that action at this time.
0 commit comments