Changeset 66 for trunk/communication/gate_2/caba/source
- Timestamp:
- Jul 21, 2010, 6:04:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/communication/gate_2/caba/source/include/gate_ports_2.h
r63 r66 45 45 sc_core::sc_in<bool> rsp_rok; 46 46 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_")) 48 48 : cmd_data ((name+"cmd_data").c_str()), 49 49 cmd_wok ((name+"cmd_wok").c_str()), … … 95 95 sc_core::sc_out<bool> rsp_w; 96 96 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_")) 98 98 : 99 99
Note: See TracChangeset
for help on using the changeset viewer.