Changeset 4 for sources/src/sc_fwd.h


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

    r1 r4  
    5656}
    5757
    58 using sc_core::method_process_t;
    59 using sc_core::sc_port_base;
    60 using sc_core::sc_object;
    61 using sc_core::sc_interface;
    62 using sc_core::sc_module;
    63 using sc_core::sc_module_name;
    64 using sc_core::sc_event;
    65 using sc_core::sc_event_finder;
    66 using sc_core::sc_sensitive;
    67 using sc_core::sc_sensitive_pos;
    68 using sc_core::sc_sensitive_neg;
    69 /////////////////////////////////////////////////
    70 // Ports & Signals
    71 //
    72 using sc_core::sc_time;
    73 
    74 using sc_core::sc_in;
    75 using sc_core::sc_inout;
    76 using sc_core::sc_out;
    77 using sc_core::sc_signal;
    78 using sc_core::sc_port_b;
    79 using sc_core::sc_signal_base;
    80 using sc_core::sc_clock;
    81 
    82 using sc_core::sc_trace_file;
    83 
    84 using sc_core::method_process_list_t;
    85 
    8658/////////////////////////////////////////////////
    8759// Data Types
     
    10173}
    10274
    103 using sc_dt::sc_bit;
    104 using sc_dt::sc_bv;
    105 using sc_dt::sc_logic;
    106 using sc_dt::sc_lv;
    107 using sc_dt::sc_unsigned;
    108 using sc_dt::sc_signed;
    109 //using sc_dt::sc_int_base;
    110 using sc_dt::sc_int;
    111 using sc_dt::sc_uint;
    112 using sc_dt::sc_bigint;
    113 using sc_dt::sc_biguint;
    114 //using sc_dt::sc_uint_base;
    115 
    11675#endif
    11776
Note: See TracChangeset for help on using the changeset viewer.