Changeset 4 for sources/src/dump_dot.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/dump_dot.cc

    r1 r4  
    4141#include "sc_ver.h" // sc_version
    4242
    43 typedef std::list<sc_port_base*> port_list_t;
     43typedef std::list<sc_core::sc_port_base*> port_list_t;
    4444using namespace std;
    4545
    4646namespace sc_core {
     47
     48using namespace sc_dt;
    4749
    4850// Build a port list owned by the module mod
Note: See TracChangeset for help on using the changeset viewer.