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