Changes between Version 4 and Version 5 of Component/Virtual Dspin Network


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Virtual Dspin Network

    v4 v5  
    6363 * sc_in<bool>                   p_clk;             // Global system clock
    6464 * 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
     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 ==