Last change
on this file since 103 was
103,
checked in by choichil, 14 years ago
|
Platform using vci_simple_ram which is not the svn working copy (allow broadcast write commands ) and mapping table not filled yet
|
File size:
612 bytes
|
Line | |
---|
1 | # -*- python -*- |
---|
2 | |
---|
3 | |
---|
4 | todo = 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_simple_ram'), |
---|
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 = 40, |
---|
19 | rerror_size = 1, |
---|
20 | clen_size = 1, |
---|
21 | rflag_size = 1, |
---|
22 | srcid_size = 8, |
---|
23 | pktid_size = 4, |
---|
24 | trdid_size = 4, |
---|
25 | wrplen_size = 1 |
---|
26 | ) |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.