source: branches/reconfiguration/modules/dspin_router/caba/test/synthetic_test/top.desc @ 994

Last change on this file since 994 was 994, checked in by cfuguet, 9 years ago

reconf: modify the broadcast routing function to support holes in the
mesh.

  • Add a test platform in dspin_router directory that validates the introduced modifications.
File size: 323 bytes
Line 
1# -*- python -*-
2
3# DSPIN network parameters
4dspin_size = 39
5
6todo = Platform(
7    'caba', 'top.cpp',
8    uses = [
9        Uses('caba:reconf:dspin_router',
10                         flit_width=dspin_size),
11
12        Uses('caba: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.