| | 1 | [wiki:Component SocLib Components General Index] |
| | 2 | |
| | 3 | = !VciAvalonBus = |
| | 4 | |
| | 5 | == 1) Functional Description == |
| | 6 | |
| | 7 | |
| | 8 | == 2) Component definition & usage == |
| | 9 | |
| | 10 | == 3) CABA Implementation == |
| | 11 | |
| | 12 | === CABA sources === |
| | 13 | |
| | 14 | * interface : source:trunk/soclib/soclib/module/network_component/avalon_switch_fabric/caba/source/include/avalon_switch_fabric.h |
| | 15 | * implementation : source:trunk/soclib/soclib/module/network_component/avalon_switch_fabric/caba/source/src/avalon_switch_fabric.cpp |
| | 16 | |
| | 17 | === CABA Constructor parameters === |
| | 18 | |
| | 19 | {{{ |
| | 20 | AvalonSwitchFabric (sc_module_name insname, // instance name |
| | 21 | AvalonSwitchConfig<Nb_Master, Nb_slave> config) // configuration |
| | 22 | }}} |
| | 23 | |
| | 24 | === CABA Ports === |
| | 25 | |
| | 26 | * sc_in<bool> '''p_resetn''' : Global system reset |
| | 27 | * sc_in<bool> '''p_clk''' : Global system clock |
| | 28 | * AvalonSwitch_Master * p_avalon_master: Nb_Master ports from Avalon masters |
| | 29 | * AvalonSwitch_Slave * p_avalon_slave: Nb_Slave ports to Avalon slaves |
| | 30 | |
| | 31 | == 4) TLM-T implementation == |
| | 32 | |
| | 33 | There is no TLM-T implementation for this component. |