File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
testbenches/project/cn0577_adaq2387x Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,26 @@ LIB_DEPS += axi_pwm_gen
1616LIB_DEPS += axi_dmac
1717LIB_DEPS += axi_ltc2387
1818
19- # default test programs
20- # Format is: <test name>
19+ # list of test programs
2120TP := $(notdir $(basename $(wildcard tests/* .sv) ) )
2221
2322# config files should have the following format
24- # cfg_<param1>_<param2>.tcl
23+ # cfg_<param1>_<param2>.tcl
2524CFG_FILES := $(notdir $(wildcard cfgs/cfg* .tcl) )
2625
2726# List of tests and configuration combinations that has to be run
28- # Format is: <configuration>:<test name>
29- TESTS := $(foreach cfg, $(basename $(CFG_FILES ) ) , $(addprefix $( cfg ) :, $(TP ) ) )
27+ # Format is: <configuration>:<test name>
28+ TESTS := $(foreach cfg, $(basename $(CFG_FILES ) ) , $(cfg ) :$(TP ) )
3029
3130include $(ADI_TB_DIR ) /scripts/project-sim.mk
3231
3332# usage :
3433#
3534# run specific test on a specific configuration in gui mode
36- # make CFG=cfg1 TST=test_program MODE=gui
35+ # make CCFG=<configuration_name> TST=<test_name> MODE=gui
3736#
3837# run all test from a configuration
39- # make cfg1
38+ # make <configuration_name>
4039
4140# ###################################################################################
4241# ###################################################################################
You can’t perform that action at this time.
0 commit comments