Ignore:
Timestamp:
Jul 21, 2010, 6:07:38 PM (14 years ago)
Author:
nipo
Message:

Namespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/communication/gate_2/caba/source/include/gate_signals_2.h

    r63 r67  
    4545        sc_core::sc_signal<bool> rsp_w_rok;
    4646
    47         GateSignals2(std::string name = (std::string)sc_gen_unique_name("gate_signals_2_"))
     47        GateSignals2(std::string name = (std::string)sc_core::sc_gen_unique_name("gate_signals_2_"))
    4848          :     cmd_data        ((name+"cmd_data").c_str()),
    4949                cmd_r_wok       ((name+"cmd_r_wok").c_str()),
Note: See TracChangeset for help on using the changeset viewer.