Skip to content

Commit 7c25485

Browse files
committed
cn0577_adaq2387x: Update Makefile
Signed-off-by: Stanca Pop <[email protected]>
1 parent 095d4a5 commit 7c25485

File tree

1 file changed

+6
-7
lines changed
  • testbenches/project/cn0577_adaq2387x

1 file changed

+6
-7
lines changed

testbenches/project/cn0577_adaq2387x/Makefile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,26 @@ LIB_DEPS += axi_pwm_gen
1616
LIB_DEPS += axi_dmac
1717
LIB_DEPS += axi_ltc2387
1818

19-
# default test programs
20-
# Format is: <test name>
19+
# list of test programs
2120
TP := $(notdir $(basename $(wildcard tests/*.sv)))
2221

2322
# config files should have the following format
24-
# cfg_<param1>_<param2>.tcl
23+
# cfg_<param1>_<param2>.tcl
2524
CFG_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

3130
include $(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
####################################################################################

0 commit comments

Comments
 (0)