Last change
on this file since 647 was
342,
checked in by joannou, 12 years ago
|
Introducing tsar_generic_mmu_dspin_coherence platform (ring dspin for coherence network)
|
File size:
553 bytes
|
Line | |
---|
1 | # -*- python -*- |
---|
2 | |
---|
3 | todo = Platform('caba', 'top.cpp', |
---|
4 | uses = [ |
---|
5 | Uses('caba:tsar_cluster_mmu', |
---|
6 | iss_t = 'common:gdb_iss', |
---|
7 | gdb_iss_t = 'common:mips32el', |
---|
8 | cmd_width = 40, |
---|
9 | rsp_width = 33), |
---|
10 | Uses('common:elf_file_loader'), |
---|
11 | Uses('common:plain_file_loader'), |
---|
12 | ], |
---|
13 | cell_size = 4, |
---|
14 | plen_size = 8, |
---|
15 | addr_size = 32, |
---|
16 | rerror_size = 2, |
---|
17 | clen_size = 1, |
---|
18 | rflag_size = 1, |
---|
19 | srcid_size = 14, |
---|
20 | pktid_size = 4, |
---|
21 | trdid_size = 4, |
---|
22 | wrplen_size = 1, |
---|
23 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.