Last change
on this file since 134 was
117,
checked in by alain, 14 years ago
|
Introducing two generic hardware platforms:
- tsarv4_vgmn_generic_32
- tsarv4_dspin_generic_32
|
-
Property svn:executable set to
*
|
File size:
850 bytes
|
Line | |
---|
1 | |
---|
2 | # -*- python -*- |
---|
3 | |
---|
4 | todo = Platform('caba', 'tsarv4_vgmn_generic_32_top.cpp', |
---|
5 | uses = [ |
---|
6 | Uses('caba:vci_cc_xcache_wrapper_v4', iss_t = 'common:mips32el'), |
---|
7 | Uses('caba:vci_cc_xcache_wrapper_v4', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:mips32el'), |
---|
8 | Uses('caba:vci_mem_cache_v4'), |
---|
9 | Uses('caba:vci_simple_ram'), |
---|
10 | Uses('caba:vci_multi_tty'), |
---|
11 | Uses('caba:vci_xicu'), |
---|
12 | Uses('caba:vci_vgmn'), |
---|
13 | Uses('caba:vci_framebuffer'), |
---|
14 | Uses('caba:vci_dma_tsar_v2'), |
---|
15 | Uses('caba:vci_block_device_tsar_v2'), |
---|
16 | Uses('caba:vci_local_crossbar'), |
---|
17 | Uses('common:elf_file_loader'), |
---|
18 | Uses('common:plain_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 = 14, |
---|
27 | pktid_size = 4, |
---|
28 | trdid_size = 4, |
---|
29 | wrplen_size = 1, |
---|
30 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.