Changes between Version 2 and Version 3 of Component/Wb Interco


Ignore:
Timestamp:
Jun 4, 2010, 10:55:25 AM (14 years ago)
Author:
graba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Wb Interco

    v2 v3  
    99It is a multiplexed bus with integrated address decoding.
    1010
    11 == 2) Component definition & usage ==
    12 
    13 == 3) CABA  Implementation ==
    14 
     11== 2) CABA  Implementation ==
    1512=== CABA sources ===
    1613
     
    2320
    2421{{{
    25      WbInterco    (sc_module_name insname,
     22     WbInterco    (     sc_module_name insname,
    2623                        const soclib::common::MappingTable &mtb,
    2724                        const size_t &nb_of_masters,
     
    3734 * !WbSlave <wb_param> '''*p_from_master''':      ports from wishbone masters
    3835
    39 === CABA Implementation Notes ===
     36
     37== 3) TLM-T implementation ==
     38
     39There is no TLM-T implementation for this component.
     40
     41== 4) Component definition & usage ==
    4042
    4143The !WbInterco uses the mapping table to identify the slaves and to decode addresses. The slaves must be connected to the '''p_to_slave''' ports at the position as the mapping table index.
    42 
    43 == 4) TLM-T implementation ==
    44 
    45 There is no TLM-T implementation for this component.