Changes between Version 5 and Version 6 of Component/Vci Avalon Bus


Ignore:
Timestamp:
Jan 20, 2009, 3:08:57 PM (15 years ago)
Author:
irisa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Avalon Bus

    v5 v6  
    6161
    6262
     63AvalonSwitchConfig  is used to configure   the switch fabric for a specific platform.
     64
     65''Nb_Master, Nb_slave'' : defined in the platform description ('''top.cpp''' file).
     66
     67For each master the routing table SwitchFabricParam_Master[0]->route[] describes the connection between this given master and  the slaves.
     68SwitchFabricParam_Master[]->mux_n_slave is the number of slaves connected to this master (number of MUX inputs).
     69
     70
     71For each slave  the routing table SwitchFabricParam_Slave[0]->route[] describes the connection between this slave and  the masters. 
     72SwitchFabricParam_Slave[]->arbiter_n_master is the number of masters connected to this slave (number of Arbiter inputs).
     73SwitchFabricParam_Slave[]->Base_Address, SwitchFabricParam_Slave[]->Address_Span is the addressing space of this slave (decoded in ADL)
     74
    6375
    6476== 4) TLM-T implementation ==