Changeset 132 for trunk/Platforms/Test
- Timestamp:
- Jul 11, 2009, 6:39:35 PM (15 years ago)
- Location:
- trunk/Platforms/Test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/data/debug/debug.cfg
r129 r132 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_x1_w1_ 0.cfg3 ${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_1.cfg 4 4 ${MORPHEO_TOPLEVEL}/Softwares/Test/Test_000/bin/soft.x 5 5 0 -
trunk/Platforms/Test/src/test.cpp
r131 r132 321 321 //===== [ SIGNAL ]============================================================== 322 322 //============================================================================== 323 323 #ifdef SYSTEMCASS_SPECIFIC 324 sc_clock * CLOCK = new sc_clock ("clock", 1.0, 0.5); 325 #else 324 326 sc_time period (TIME_PERIOD, TIME_UNIT); 325 327 sc_clock * CLOCK = new sc_clock ("clock", period); 328 #endif 326 329 sc_signal<Tcontrol_t> * NRESET = new sc_signal<Tcontrol_t> ("NRESET"); 327 330 … … 491 494 cerr << "<test> Simulation Init" << endl; 492 495 493 //sc_time t (0, TIME_UNIT);494 //sc_start(t);496 sc_time t (0, TIME_UNIT); 497 sc_start(t); 495 498 496 499 cerr << "<test> Simulation Start" << endl;
Note: See TracChangeset
for help on using the changeset viewer.