Changeset 127 for trunk/Platforms
- Timestamp:
- Jun 17, 2009, 11:21:10 PM (15 years ago)
- Location:
- trunk/Platforms/Test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/Makefile
r125 r127 75 75 LOGS = $(patsubst $(PATH_DATA)/%.cfg,$(PATH_LOG)/%.log,$(wildcard $(PATH_DATA)/$(DATA)/*.cfg)) 76 76 EXEC = $(PATH_BIN)/soft.x 77 EXEC_PREFIX = $(NICE) -n $(PRIORITY) $(VALGRIND) 77 EXEC_PREFIX = $(NICE) -n $(PRIORITY) 78 #$(VALGRIND) 78 79 79 80 SCRIPT = make.sh -
trunk/Platforms/Test/data/debug/debug.cfg
r124 r127 1 1 ${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/debug.sim 2 2 ${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen 3 ${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x 4_w8_1.cfg4 ${MORPHEO_TOPLEVEL}/Softwares/Test/Test_ x000/bin/soft.x3 ${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_0.cfg 4 ${MORPHEO_TOPLEVEL}/Softwares/Test/Test_000/bin/soft.x 5 5 0 6 6 0
Note: See TracChangeset
for help on using the changeset viewer.