Ignore:
Timestamp:
Jul 23, 2013, 5:01:49 PM (11 years ago)
Author:
cfuguet
Message:

Modifications in branches/v5 vci_mem_cache:

  • Replacing the third router CLACK by a third virtual channel in the new virtual_dspin_router supporting several virtual channels.

The third channel has been added in the COMMAND router.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba/source/include/tsar_xbar_cluster.h

    r448 r466  
    5555    soclib::caba::DspinOutput<dspin_rsp_width>      **p_rsp_out;
    5656    soclib::caba::DspinInput<dspin_rsp_width>       **p_rsp_in;
    57     soclib::caba::DspinOutput<dspin_cmd_width>      *p_clack_out;
    58     soclib::caba::DspinInput<dspin_cmd_width>       *p_clack_in;
    5957
    6058    // interrupt signals
     
    209207    VirtualDspinRouter<dspin_cmd_width>*          router_cmd;
    210208    VirtualDspinRouter<dspin_rsp_width>*          router_rsp;
    211     DspinRouter<dspin_cmd_width>*                 router_clack;
    212209
    213210    TsarXbarCluster( sc_module_name                     insname,
Note: See TracChangeset for help on using the changeset viewer.