source: branches/v5/platforms/tsar_mono_mmu_dspin_coherence/top.desc @ 316

Last change on this file since 316 was 316, checked in by joannou, 11 years ago

Introducing new tsar_mono_mmu_dspin_coherence platform
Same as tsar_mono_mmu platform but using the new
vci_cc_vcache_wrapper_dspin_coherence and vci_mem_cache_dspin_coherence
components

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