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