Changeset 142 for trunk/IPs/systemC/processor/Morpheo/Common/include
- Timestamp:
- Aug 4, 2010, 10:09:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Debug.h
r138 r142 73 73 #define debug_test_simulation_time true 74 74 #endif 75 76 /* 77 # define log_test(level, component) \ 78 do \ 79 { \ 80 debug_init(); \ 81 \ 82 msgInformation("debug_test_simuation_time : %d",debug_test_simulation_time); \ 83 msgInformation("level : %d",( DEBUG_ ## level <= debug)); \ 84 msgInformation("component : %d", morpheo::behavioural::_model.get_debug(NAME_ ## component)); \ 85 } while(0) 86 */ 75 87 76 88 #ifdef DEBUG
Note: See TracChangeset
for help on using the changeset viewer.