Changes between Version 2 and Version 3 of Component/Vci Avalon Bus


Ignore:
Timestamp:
Jan 20, 2009, 2:49:37 PM (15 years ago)
Author:
irisa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Avalon Bus

    v2 v3  
    55== 1) Functional Description ==
    66
    7 This hardware component is a generic Avalon switchfabric that interconnects ''Nb_Master'' Avalon masters and ''Nb_Slave'' Avalon slaves. The master-to-slave relationship can be one-to-one, one-to-many, many-to-one, or many-to-many. Masters and slaves have the same data and address widths and  operate  in the same clock domain.
     7This hardware component is a generic Avalon switchfabric allowing the interconnection of ''Nb_Master'' Avalon masters and ''Nb_Slave'' Avalon slaves. The master-to-slave relationship can be one-to-one, one-to-many, many-to-one, or many-to-many. Masters and slaves have the same data and address widths and  operate  in the same clock domain.
    88
    99VCI-Avalon wrappers do not require to support full Avalon features, so not all Avalon slave and master ports are supported ([wiki:Component/AvalonSwitchMaster AvalonSwitchMaster], [wiki:Component/AvalonSwitchSlave AvalonSwitchSlave]).
     
    1414 * flow control (dataavailable)
    1515 * round robin arbitration
     16
     17
     18Unimplemented functionnalities :
     19 * wait state insertion
     20 * pipelined read transfers
     21 * tristate transfert
     22 * setup and hold time
     23 * dynamic bus sizing 
     24 * interrupt requests
    1625
    1726== 2) Component definition & usage ==