Changeset 66


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

Namespaces

File:
1 edited

Legend:

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

    r63 r66  
    4545        sc_core::sc_in<bool> rsp_rok;
    4646
    47         GateTarget2(const std::string &name = sc_gen_unique_name("gate_target_2_"))
     47        GateTarget2(const std::string &name = sc_core::sc_gen_unique_name("gate_target_2_"))
    4848                :   cmd_data     ((name+"cmd_data").c_str()),
    4949                    cmd_wok      ((name+"cmd_wok").c_str()),
     
    9595        sc_core::sc_out<bool> rsp_w;
    9696       
    97         GateInitiator2(const std::string &name = sc_gen_unique_name("gate_initiator_2_"))
     97        GateInitiator2(const std::string &name = sc_core::sc_gen_unique_name("gate_initiator_2_"))
    9898                : 
    9999
Note: See TracChangeset for help on using the changeset viewer.