source: branches/v4/platforms/caba-new_vdspin-test/platform_desc @ 410

Last change on this file since 410 was 87, checked in by simerabe, 14 years ago

platform for new vdspin_router/vci_local_ring_fast

File size: 824 bytes
Line 
1
2# -*- python -*-
3
4
5
6# -*- python -*-
7
8
9todo = Platform('caba', 'top.cpp',
10                                uses = [
11        Uses('caba:vci_cc_xcache_wrapper_v1', iss_t = 'common:iss2_simhelper', simhelper_iss_t = 'common:mips32el'),
12        Uses('caba:vci_simple_ram'),
13        Uses('caba:vci_multi_tty'),
14        Uses('caba:vci_mem_cache_v3'),
15        Uses('caba:vci_local_ring_fast',
16        ring_cmd_data_size = 40,
17        ring_rsp_data_size = 33,
18),
19        Uses('caba:vci_simple_ring_fast',
20        ring_cmd_data_size = 40,
21        ring_rsp_data_size = 33,
22),
23        Uses('caba:virtual_dspin_router', flit_width = 40),
24        Uses('caba:virtual_dspin_router', flit_width = 33),
25        Uses('common:elf_file_loader'),
26        ],
27        cell_size = 4,
28        plen_size = 8,
29        addr_size = 32,
30        rerror_size = 2,
31        clen_size = 1,
32        rflag_size = 1,
33        srcid_size = 8,
34        pktid_size = 4,
35        trdid_size = 4,
36        wrplen_size = 1
37)
38
Note: See TracBrowser for help on using the repository browser.