source: trunk/platforms/caba-vdspin-vci_synthetic_initiator/platform_desc @ 97

Last change on this file since 97 was 97, checked in by choichil, 14 years ago

Draft of new platform with VciSyntheticInitiator? and VDSPIN

File size: 551 bytes
Line 
1# -*- python -*-
2
3
4todo = Platform('caba', 'top.cpp',
5                uses = [
6                  Uses('caba:vci_synthetic_initiator')
7                  Uses('caba:vci_local_ring_fast',
8                       ring_cmd_data_size = 40,
9                       ring_rsp_data_size = 33,
10                  ),
11                  Uses('caba:virtual_dspin_router', flit_width = 40),
12                  Uses('caba:virtual_dspin_router', flit_width = 33),
13                ],
14                  cell_size = 4,
15                  plen_size = 8,
16                  addr_size = 32,
17                  rerror_size = 2,
18                  clen_size = 1,
19                  rflag_size = 1,
20                  srcid_size = 8,
21                  pktid_size = 4,
22                  trdid_size = 4,
23                  wrplen_size = 1
24               )
25
Note: See TracBrowser for help on using the repository browser.