source: trunk/platforms/fpga_3_tsar_v1/platform_desc @ 42

Last change on this file since 42 was 42, checked in by guthmull, 14 years ago

Add a pf similar to the fpga one

File size: 861 bytes
Line 
1
2# -*- python -*-
3
4
5todo = Platform('caba', 'top.cpp',
6                                uses = [
7        Uses('caba:vci_cc_xcache_wrapper_v1', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:mips32el'),
8        Uses('caba:vci_cc_xcache_wrapper_v1', iss_t = 'common:iss_memchecker', iss_memchecker_t = 'common:mips32el'),
9        Uses('caba:vci_cc_xcache_wrapper_v1', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:iss_memchecker', iss_memchecker_t = 'common:mips32el'),
10        Uses('caba:vci_simple_ram'),
11  Uses('caba:vci_logger'),
12        Uses('caba:vci_multi_tty'),
13        Uses('caba:vci_vgmn'),
14        Uses('caba:vci_simple_ring_network_2',
15                ring_cmd_data_size = 37,
16                ring_rsp_data_size = 33),
17        Uses('caba:vci_mem_cache_v2'),
18        Uses('common:elf_file_loader'),
19        ],
20        cell_size = 4,
21        plen_size = 8,
22        addr_size = 32,
23        rerror_size = 1,
24        clen_size = 1,
25        rflag_size = 1,
26        srcid_size = 8,
27        pktid_size = 4,
28        trdid_size = 4,
29        wrplen_size = 1
30)
Note: See TracBrowser for help on using the repository browser.