Last change
on this file since 335 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:
807 bytes
|
Line | |
---|
1 | |
---|
2 | # -*- python -*- |
---|
3 | |
---|
4 | todo = Platform('caba', 'top.cpp', |
---|
5 | uses = [ |
---|
6 | |
---|
7 | # Uses('caba:vci_cc_vcache_wrapper2_v1', iss_t = 'common:mips32el'), |
---|
8 | # Uses('caba:vci_mem_cache_v3'), |
---|
9 | # Uses('caba:vci_local_ring_fast', ring_cmd_data_size = 40, ring_rsp_data_size = 33), |
---|
10 | # Uses('caba:vci_cluster', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:mips32el', cmd_width = 40, rsp_width = 33), |
---|
11 | |
---|
12 | Uses('caba:tsarv4_cluster_xbar', iss_t = 'common:mips32el', cmd_width = 40, rsp_width = 33), |
---|
13 | Uses('common:elf_file_loader'), |
---|
14 | Uses('common:plain_file_loader'), |
---|
15 | ], |
---|
16 | cell_size = 4, |
---|
17 | plen_size = 8, |
---|
18 | addr_size = 32, |
---|
19 | rerror_size = 1, |
---|
20 | clen_size = 1, |
---|
21 | rflag_size = 1, |
---|
22 | srcid_size = 14, |
---|
23 | pktid_size = 4, |
---|
24 | trdid_size = 4, |
---|
25 | wrplen_size = 1, |
---|
26 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.