Changes between Version 9 and Version 10 of Component/Virtual Dspin Network


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Virtual Dspin Network

    v9 v10  
    6161=== CABA ports ===
    6262
    63  * sc_in<bool>                   p_clk;             // Global system clock
    64  * sc_in<bool>                   p_resetn;          // Global system reset
    65  * !DspinOutput<cmd_data_size>  *** p_out_cmd;      // For each cluster and each virtual network : out command
    66  * !DspinInput<cmd_data_size>   *** p_in_cmd;       // For each cluster and each virtual network : in command
    67  * !DspinOutput<rsp_data_size>  *** p_out_rsp;      // For each cluster and each virtual network : out response
    68  * !DspinInput<rsp_data_size>   *** p_in_rsp;       // For each cluster and each virtual network : in response
     63|| sc_in<bool>                   || p_clk;             || Global system clock ||
     64|| sc_in<bool>                   || p_resetn;          || Global system reset ||
     65|| !DspinOutput<cmd_data_size>   || *** p_out_cmd;      || For each cluster and each virtual network : out command ||
     66|| !DspinInput<cmd_data_size>    || *** p_in_cmd;       || For each cluster and each virtual network : in command ||
     67|| !DspinOutput<rsp_data_size>   || *** p_out_rsp;      || For each cluster and each virtual network : out response ||
     68|| !DspinInput<rsp_data_size>    || *** p_in_rsp;       || For each cluster and each virtual network : in response ||
    6969
    7070== 4) TLMT implementation ==