- Timestamp:
- Feb 19, 2009, 5:31:47 PM (16 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src/Configuration.cpp
r109 r110 43 43 fromString<double> (_simulator->getParam("debug_cycle_start")), 44 44 fromString<double> (_simulator->getParam("debug_cycle_stop")), 45 fromString<double> (_simulator->getParam("debug_cycle_idle"))); 45 fromString<double> (_simulator->getParam("debug_idle_cycle")), 46 fromString<uint32_t> (_simulator->getParam("debug_idle_time"))); 46 47 47 48 log_init(fromString<bool>(_simulator->getParam("debug_have_log_file")), … … 124 125 delete _generator; 125 126 delete _instance; 127 // simulation_destroy(); 126 128 delete _param_statistics; 127 129 -
trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src/Simulator_fromFile.cpp
r108 r110 74 74 } 75 75 //-------------------------------------------- 76 // Child : Simulation76 // Child : Component 77 77 //-------------------------------------------- 78 78 else 79 79 { 80 testNodeName (xml," simulation");80 testNodeName (xml,"component"); 81 81 testSingleton (xml,true); 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.