Changeset 113 for trunk/Platforms/Test/include
- Timestamp:
- Apr 14, 2009, 8:39:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/include/test.h
r88 r113 9 9 */ 10 10 11 #include <systemc.h> 11 12 #include "Morpheo.h" 12 13 #include <iostream> … … 23 24 ); 24 25 26 #ifdef MTI_SYSTEMC 27 class top : public sc_module 28 { 29 //public : top (int argc, char * argv[]); 30 public : top (sc_module_name name); 31 }; 25 32 #endif 33 #endif
Note: See TracChangeset
for help on using the changeset viewer.