Skip to content

Commit

Permalink
data_offload_2: Disabled the runs via Makefile, requires a complete r…
Browse files Browse the repository at this point in the history
…ework

Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
  • Loading branch information
IstvanZsSzekely committed Feb 6, 2025
1 parent 3da2d59 commit 9e07835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testbenches/ip/data_offload_2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ TP := test_program

# config files should have the following format
# cfg_<param1>_<param2>.tcl
CFG_FILES := $(notdir $(wildcard cfgs/cfg*.tcl))
$(warning $(CFG_FILES))
# CFG_FILES := $(notdir $(wildcard cfgs/cfg*.tcl))
# $(warning $(CFG_FILES))

# List of tests and configuration combinations that has to be run
# Format is: <configuration>:<test name>
TESTS := $(foreach cfg, $(basename $(CFG_FILES)), $(cfg):$(TP))
TESTS += cfg3:test_program_sync
# TESTS += cfg3:test_program_sync

include $(ADI_TB_DIR)/scripts/project-sim.mk

Expand Down

0 comments on commit 9e07835

Please sign in to comment.