source: branches/v5/platforms/tsarv5_dspin_array/top.desc @ 350

Last change on this file since 350 was 350, checked in by alain, 11 years ago

Introducing Platform tsarv5_dspin_array,
that can be used for TSAR communication
infrastructure characterization.

File size: 338 bytes
Line 
1
2# -*- python -*-
3
4todo = 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.