Changes between Version 7 and Version 8 of Component/Vci Ring Target Wrapper
- Timestamp:
- Feb 11, 2008, 12:41:02 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Ring Target Wrapper
v7 v8 18 18 === CABA Constructor parameters === 19 19 20 {{{ 21 VciRingTargetWrapper( sc_module_name name); // Instance Name 22 }}} 23 20 24 === CABA Ports === 25 26 * sc_in<bool> p_clk; // Global System Clock 27 * sc_in<bool> p_resetn; // Global System reset 28 * soclib::caba::RingINPort<vci_param> p_ri; // Ring input port 29 * soclib::caba::RingOUTPort<vci_param> p_ro; // Ring output port 30 * soclib::caba::!VciInitiator<vci_param> p_vci; // VCI Initiator port 21 31 22 32 == 4) TLM-T Implementation ==