Ignore:
Timestamp:
May 16, 2013, 3:32:38 PM (11 years ago)
Author:
cfuguet
Message:

Modifying the tsar_generic_xbar:

  • Modifying the metadata and the sources of the tsar_xbar_cluster to support two differents VCI parameters (one for the DIRECT network and another for the EXTERNAL network).

The DIRECT network use 32 bits for VCI_DATA and the EXTERNAL network use
64 bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_xbar/top.desc

    r378 r389  
    33
    44todo = Platform('caba', 'top.cpp',
    5         uses = [
     5    uses = [
    66            Uses('caba:tsar_xbar_cluster',
    7                  iss_t = 'common:gdb_iss',
    8                  gdb_iss_t = 'common:mips32el',
    9                  cmd_width = 40,
    10                  rsp_width = 33),
    11                 Uses('common:elf_file_loader'),
     7                 iss_t         = 'common:gdb_iss',
     8                 gdb_iss_t     = 'common:mips32el',
     9                 cmd_width     = 40,
     10                 rsp_width     = 33
     11                                ),
     12            Uses('common:elf_file_loader'),
    1213            Uses('common:plain_file_loader'),
    13         ],
    14         cell_size = 4,
    15         plen_size = 8,
    16         addr_size = 32,
    17         rerror_size = 2,
    18         clen_size = 1,
    19         rflag_size = 1,
    20         srcid_size = 14,
    21         pktid_size = 4,
    22         trdid_size = 4,
    23         wrplen_size = 1,
     14    ],
     15    cell_size_bis   = 8,
     16    plen_size_bis   = 8,
     17    addr_size_bis   = 32,
     18    rerror_size_bis = 2,
     19    clen_size_bis   = 1,
     20    rflag_size_bis  = 1,
     21    srcid_size_bis  = 14,
     22    pktid_size_bis  = 4,
     23    trdid_size_bis  = 4,
     24    wrplen_size_bis = 1,
     25
     26    cell_size       = 4,
     27    plen_size       = 8,
     28    addr_size       = 32,
     29    rerror_size     = 2,
     30    clen_size       = 1,
     31    rflag_size      = 1,
     32    srcid_size      = 14,
     33    pktid_size      = 4,
     34    trdid_size      = 4,
     35    wrplen_size     = 1,
    2436)
Note: See TracChangeset for help on using the changeset viewer.