source: branches/v4/platforms/caba-vdspin-vci_synthetic_initiator/platform_desc @ 890

Last change on this file since 890 was 182, checked in by choichil, 12 years ago

Replacing simple_ram to synthetic_target

File size: 619 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:vci_synthetic_target'),
12                  Uses('caba:virtual_dspin_router', flit_width = 40),
13                  Uses('caba:virtual_dspin_router', flit_width = 33),
14                  Uses('common:loader'),
15                ],
16                  cell_size = 4,
17                  plen_size = 8,
18                  addr_size = 32,
19                  rerror_size = 1,
20                  clen_size = 1,
21                  rflag_size = 1,
22                  srcid_size = 11,
23                  pktid_size = 4,
24                  trdid_size = 4,
25                  wrplen_size = 1
26               )
27
Note: See TracBrowser for help on using the repository browser.