Last change
on this file since 317 was
259,
checked in by almaless, 12 years ago
|
Introduce ALMOS used platforms for TSAR.
See the package's README file for more information.
|
File size:
949 bytes
|
Line | |
---|
1 | |
---|
2 | # -*- python -*- |
---|
3 | |
---|
4 | |
---|
5 | todo = Platform('caba', 'top.cpp', |
---|
6 | uses = [ |
---|
7 | Uses('caba:vci_cc_vcache_wrapper2_v1', iss_t = 'common:mips32el'), |
---|
8 | Uses('caba:vci_simple_ram'), |
---|
9 | Uses('caba:vci_multi_tty'), |
---|
10 | Uses('caba:vci_xicu'), |
---|
11 | Uses('caba:vci_dma_tsar_v2'), |
---|
12 | Uses('caba:vci_block_device_tsar_v2'), |
---|
13 | Uses('caba:vci_framebuffer'), |
---|
14 | Uses('caba:vci_vgmn'), |
---|
15 | Uses('caba:vci_profiler', iss_t = 'common:mips32el'), |
---|
16 | # Uses('caba:vci_simple_ring_fast', |
---|
17 | # ring_cmd_data_size = 40, |
---|
18 | # ring_rsp_data_size =33), |
---|
19 | Uses('caba:vci_logger'), |
---|
20 | # Uses('caba:vci_mem_cache_v4'), |
---|
21 | Uses('caba:vci_mem_cache_v3'), |
---|
22 | # Uses('caba:vci_mem_cache_v2'), |
---|
23 | Uses('common:elf_file_loader'), |
---|
24 | Uses('common:plain_file_loader'), |
---|
25 | ], |
---|
26 | cell_size = 4, |
---|
27 | plen_size = 8, |
---|
28 | addr_size = 32, |
---|
29 | rerror_size = 1, |
---|
30 | clen_size = 1, |
---|
31 | rflag_size = 1, |
---|
32 | srcid_size = 8, |
---|
33 | pktid_size = 4, |
---|
34 | trdid_size = 4, |
---|
35 | wrplen_size = 1 |
---|
36 | ) |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.