Changeset 4 for sources/src/sc_main.cc
- Timestamp:
- Mar 10, 2008, 12:37:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/sc_main.cc
r1 r4 51 51 // 52 52 using namespace std; 53 using namespace sc_core; 53 54 // 54 55 typedef list<sc_module* > module_list_t; … … 58 59 59 60 bool check_port_dependencies = false; 60 bool dynamic_link_of_scheduling_code = true;61 bool dynamic_link_of_scheduling_code = false; 61 62 bool dump_netlist_info = false; 62 63 bool dump_funclist_info = false;
Note: See TracChangeset
for help on using the changeset viewer.