source:
branches/v5/platforms/tsarv5_dspin_array/top.desc
@
1018
Last change on this file since 1018 was 350, checked in by , 12 years ago | |
---|---|
File size: 338 bytes |
Line | |
---|---|
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.