| | 1 | [wiki:Component SocLib Components General Index] |
| | 2 | |
| | 3 | = !VciAvalonTargetWrapper = |
| | 4 | |
| | 5 | == 1) Functional Description == |
| | 6 | |
| | 7 | This hardware component connects a VCI target to an AVALON interconnect. It can be used in conjunction with the VciAvalonInitiatorWrapper component to build an AVALON interconnect. It is compliant with the BVCI protocol. (limitations …..) |
| | 8 | |
| | 9 | == 2) Component definition & usage == |
| | 10 | |
| | 11 | source:trunk/soclib/soclib/module/network_component/vci_avalon_target_wrapper/caba/metadata/vci_avalon_target_wrapper.sd |
| | 12 | |
| | 13 | {{{ |
| | 14 | Uses( 'vci_avalon_target_wrapper', **vci_parameters, **avalon_parameters ) |
| | 15 | }}} |
| | 16 | See [wiki:SoclibCc/VciParameters SoclibCc/VciParameters] and [wiki:SoclibCc/AvalonParameters SoclibCc/AvalonParameters] |
| | 17 | |
| | 18 | == 3) CABA Implementation == |
| | 19 | |
| | 20 | === CABA sources === |
| | 21 | |
| | 22 | * interface : source:trunk/soclib/soclib/module/network_component/vci_avalon_target_wrapper/caba/source/include/vci_avalon_target_wrapper.h |
| | 23 | * implementation : source:trunk/soclib/soclib/module/network_component/vci_avalon_target_wrapper/caba/source/src/vci_avalon_target_wrapper.cpp |
| | 24 | |
| | 25 | === CABA Constructor parameters === |
| | 26 | {{{ |
| | 27 | VciAvalonTargetWrapper(sc_module_name name); // Instance Name |
| | 28 | }}} |
| | 29 | |
| | 30 | == CABA Ports == |
| | 31 | |
| | 32 | * sc_in<bool> '''p_resetn''' : Global system reset |
| | 33 | * sc_in<bool> '''p_clk''' : Global system clock |
| | 34 | * soclib::caba::!VciTarget<vci_param> '''p_vci''' : port to VCI target |
| | 35 | * soclib::caba::!AvalonSlave<avalon_param> '''p_avalon''' : port from Avalon Switch Fabric |
| | 36 | |
| | 37 | |
| | 38 | == 4) TLM-T Implementation == |
| | 39 | |
| | 40 | There is no TLM-T implementation for this component. |