Changes between Version 8 and Version 9 of Soclib Cc
- Timestamp:
- Apr 30, 2010, 10:37:35 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Soclib Cc
v8 v9 35 35 #include <iostream> 36 36 #include <systemc.h> 37 #include " common/mapping_table.h"37 #include "mapping_table.h" 38 38 39 39 int sc_main(int argc, char **argv) … … 60 60 todo = Platform('caba', 'top.cc', 61 61 uses = [ 62 Uses(' mapping_table'),62 Uses('common:mapping_table'), 63 63 ]) 64 64 }}}