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/global_functions.h

    r1 r4  
    3535
    3636//extern void next_cycle(void);
    37 extern void         sc_start         (double d_val = -1);
     37extern void         sc_start         (double d_val)  __attribute__((deprecated));
     38extern void         sc_start         ();
    3839extern void         sc_start         ( const sc_time& duration );
    3940extern void         sc_start         (double d_val, sc_time_unit d_tu);
Note: See TracChangeset for help on using the changeset viewer.