Changeset 67
- Timestamp:
- Jul 21, 2010, 6:07:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/communication/gate_2/caba/source/include/gate_signals_2.h
r63 r67 45 45 sc_core::sc_signal<bool> rsp_w_rok; 46 46 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_")) 48 48 : cmd_data ((name+"cmd_data").c_str()), 49 49 cmd_r_wok ((name+"cmd_r_wok").c_str()),
Note: See TracChangeset
for help on using the changeset viewer.