Changes between Version 2 and Version 3 of Component/Virtual Dspin Router


Ignore:
Timestamp:
Jul 8, 2009, 4:58:45 PM (15 years ago)
Author:
noe.girand@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Virtual Dspin Router

    v2 v3  
    5555=== CABA ports ===
    5656
    57  * sc_in<bool>                            p_clk;           // Global system clock
    58  * sc_in<bool>                            p_resetn;        // Global system reset
    59  * soclib::caba::!VciInitiator<vci_param>* p_to_target;    // Ports to VCI targets
    60  * soclib::caba::!VciTarget<vci_param>   * p_to_initiator; // Ports to VCI initiators
     57|| sc_in<bool>                  || p_clk        || Global system clock ||
     58|| sc_in<bool>                  || p_resetn     || Global system reset ||
     59|| !DspinOutput<cmd_data_size>  || ** p_out     || For each output and each virtual channel ||
     60|| !DspinInput<cmd_data_size>   || ** p_in      || For each input and each virtual channel  ||
    6161
    6262== 4) TLMT implementation ==