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

    r1 r4  
    5151        extern char unstable;
    5252  char unstable = 0; // not in sc_core namespace because dynamic link support C linkage only
    53   unsigned int pending_write_vector_nb = 0;
     53  int32_t pending_write_vector_nb = 0;
    5454}
    5555
Note: See TracChangeset for help on using the changeset viewer.