Changeset 142 for trunk/Platforms/Test
- Timestamp:
- Aug 4, 2010, 10:09:03 PM (14 years ago)
- Location:
- trunk/Platforms/Test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/Makefile
r139 r142 171 171 fi; 172 172 173 execute : run174 175 173 debug : 176 174 @\ … … 300 298 $(ECHO) " set CLEAN to remove previous log (default : 0)";\ 301 299 $(ECHO) " example : make run DATA=debug PRIORITY=10 CLEAN";\ 302 $(ECHO) " * execute : cf 'make run'";\303 300 $(ECHO) " * debug : cf 'make run DATA=debug'";\ 304 301 $(ECHO) " * bench : cf 'make run DATA=bench'";\ … … 307 304 $(ECHO) " * lib : make library";\ 308 305 $(ECHO) " * soft : make software";\ 306 $(ECHO) " * env : execute rule \"lib\" and \"soft\"";\ 309 307 $(ECHO) " * clean : erase temporary files";\ 310 308 $(ECHO) " * clean_all : erase generated files";\ 311 309 $(ECHO) " * help : print this message";\ 310 $(ECHO) ""; \ 311 $(ECHO) "In the compilation, set MORPHEO_TYPE for set/unset flags"; \ 312 $(ECHO) "MORPHEO_TYPE can be set at $(MORPHEO_TYPE_LIST)"; \ 313 $(ECHO) "Actual MORPHEO_TYPE is \"$(MORPHEO_TYPE)\""; \ 312 314 $(ECHO) ""; 313 315 -
trunk/Platforms/Test/data/debug/debug.cfg
r141 r142 2 2 ${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen 3 3 ${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/debug.cfg 4 ${MORPHEO_TOPLEVEL}/Softwares/Test/Test_0 74/bin/soft_NEWLIB_MORPHEO.x4 ${MORPHEO_TOPLEVEL}/Softwares/Test/Test_011/bin/soft_NEWLIB_MORPHEO.x 5 5 0 6 6 0 -
trunk/Platforms/Test/src/sc_main.cpp
r138 r142 43 43 { 44 44 msgInformation("<sc_main> Begin\n"); 45 46 sc_report_handler::set_actions("/IEEE_Std_1666/deprecated", SC_DO_NOTHING); 45 47 46 48 #ifdef MTI_SYSTEMC
Note: See TracChangeset
for help on using the changeset viewer.