source: trunk/platforms/tsarv4_mono_nommu/top.desc @ 208

Last change on this file since 208 was 208, checked in by alain, 12 years ago

Introducing a mono-processor architecture using the cc_xcache_v4

  • Property svn:executable set to *
File size: 630 bytes
Line 
1
2# -*- python -*-
3
4todo = Platform('caba', 'top.cpp',
5                uses = [
6        Uses('common:mapping_table'),
7        Uses('caba:vci_cc_xcache_wrapper_v4', iss_t = 'common:mips32el'),
8        Uses('caba:vci_simple_ram'),
9        Uses('caba:vci_logger'),
10        Uses('caba:vci_multi_tty'),
11        Uses('caba:vci_xicu'),
12        Uses('caba:vci_multi_dma'),
13        Uses('caba:vci_vgmn'),
14        Uses('caba:vci_simhelper'),
15        Uses('caba:vci_mem_cache_v4'),
16        Uses('common:elf_file_loader'),
17        ],
18        cell_size = 4,
19        plen_size = 8,
20        addr_size = 32,
21        rerror_size = 2,
22        clen_size = 1,
23        rflag_size = 1,
24        srcid_size = 14,
25        pktid_size = 4,
26        trdid_size = 4,
27        wrplen_size = 1
28)
29
Note: See TracBrowser for help on using the repository browser.