Last change
on this file since 163 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:
972 bytes
|
Line | |
---|
1 | |
---|
2 | # -*- python -*- |
---|
3 | |
---|
4 | todo = Platform('caba', 'tsarv4_dspin_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_block_device_tsar_v2'), |
---|
15 | Uses('caba:vci_dma_tsar_v2'), |
---|
16 | Uses('caba:virtual_dspin_router', flit_width = 40), |
---|
17 | Uses('caba:virtual_dspin_router', flit_width = 33), |
---|
18 | Uses('caba:vci_local_ring_fast', ring_cmd_data_size = 40, ring_rsp_data_size = 33), |
---|
19 | Uses('common:elf_file_loader'), |
---|
20 | ], |
---|
21 | cell_size = 4, |
---|
22 | plen_size = 8, |
---|
23 | addr_size = 32, |
---|
24 | rerror_size = 1, |
---|
25 | clen_size = 1, |
---|
26 | rflag_size = 1, |
---|
27 | srcid_size = 14, |
---|
28 | pktid_size = 4, |
---|
29 | trdid_size = 4, |
---|
30 | wrplen_size = 1, |
---|
31 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.