Last change
on this file was
998,
checked in by cfuguet, 9 years ago
|
reconf: several improvements in the dspin_router synthetic test platform
|
File size:
343 bytes
|
Line | |
---|
1 | # -*- python -*- |
---|
2 | |
---|
3 | # DSPIN network parameters |
---|
4 | dspin_size = 39 |
---|
5 | |
---|
6 | todo = Platform( |
---|
7 | 'caba', 'top.cpp', |
---|
8 | uses = [ |
---|
9 | Uses('caba:reconf:dspin_router', |
---|
10 | flit_width=dspin_size), |
---|
11 | |
---|
12 | Uses('caba:reconf:dspin_router:dspin_packet_generator', |
---|
13 | cmd_width=dspin_size, |
---|
14 | rsp_width=dspin_size) |
---|
15 | ]) |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.