Changeset 4 for sources/src/sc_main.cc


Ignore:
Timestamp:
Mar 10, 2008, 12:37:25 PM (16 years ago)
Author:
nipo
Message:

Towards SystemC-2.2 LRM:

  • Implement sc_time with units
  • Have a systemc header with no namespace pollution
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_main.cc

    r1 r4  
    5151//
    5252using namespace std;
     53using namespace sc_core;
    5354//
    5455typedef list<sc_module* >         module_list_t;
     
    5859
    5960bool        check_port_dependencies = false;
    60 bool        dynamic_link_of_scheduling_code = true;
     61bool        dynamic_link_of_scheduling_code = false;
    6162bool        dump_netlist_info       = false;
    6263bool        dump_funclist_info      = false;
Note: See TracChangeset for help on using the changeset viewer.