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_ext.h

    r1 r4  
    4343namespace sc_core {
    4444//
     45
     46        using namespace sc_dt;
     47
    4548const char *get_name        (const tab_t *pointer);
    4649
     
    269272sc_inout<T>::init ()
    270273{
    271         set_pointer ((tab_t*)&val);
     274        set_pointer ((tab_t*)(void*)&val);
    272275        sc_object::set_kind    (sc_inout_string);
    273276        sc_interface::init (sizeof (data_type));
Note: See TracChangeset for help on using the changeset viewer.