Last change
on this file since 361 was
351,
checked in by joannou, 12 years ago
|
Got rid of intermediate v5 version. _dspin_coherence versions changed to main version for v5. Changed components names and platforms to fit the new names
|
File size:
754 bytes
|
Line | |
---|
1 | # -*- python -*- |
---|
2 | |
---|
3 | todo = Platform('caba', 'top.cpp', |
---|
4 | uses = [ |
---|
5 | Uses('common:mapping_table'), |
---|
6 | Uses('caba:vci_cc_vcache_wrapper', 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'), |
---|
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.