Last change
on this file since 484 was
350,
checked in by alain, 12 years ago
|
Introducing Platform tsarv5_dspin_array,
that can be used for TSAR communication
infrastructure characterization.
|
File size:
338 bytes
|
Rev | Line | |
---|
[350] | 1 | |
---|
| 2 | # -*- python -*- |
---|
| 3 | |
---|
| 4 | todo = Platform('caba', 'top.cpp', |
---|
| 5 | uses = [ |
---|
| 6 | Uses('caba:simple_cluster', cmd_width = 40, rsp_width = 33), |
---|
| 7 | ], |
---|
| 8 | cell_size = 4, |
---|
| 9 | plen_size = 8, |
---|
| 10 | addr_size = 32, |
---|
| 11 | rerror_size = 2, |
---|
| 12 | clen_size = 1, |
---|
| 13 | rflag_size = 1, |
---|
| 14 | srcid_size = 14, |
---|
| 15 | pktid_size = 4, |
---|
| 16 | trdid_size = 4, |
---|
| 17 | wrplen_size = 1, |
---|
| 18 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.