Last change
on this file since 314 was
226,
checked in by cfuguet, 13 years ago
|
New tsar v1 monocluster platform
|
File size:
458 bytes
|
Line | |
---|
1 | |
---|
2 | # -*- python -*- |
---|
3 | |
---|
4 | todo = Platform( |
---|
5 | 'caba', 'tsarv1_mono_ring_top.cpp', |
---|
6 | uses = [ |
---|
7 | Uses('caba:tsar_cluster_v1', cmd_width = 40, rsp_width = 33), |
---|
8 | Uses('caba:vci_simple_ram'), |
---|
9 | Uses('common:elf_file_loader'), |
---|
10 | ], |
---|
11 | |
---|
12 | cell_size = 4, |
---|
13 | plen_size = 8, |
---|
14 | addr_size = 32, |
---|
15 | rerror_size = 1, |
---|
16 | clen_size = 1, |
---|
17 | rflag_size = 1, |
---|
18 | srcid_size = 5, |
---|
19 | pktid_size = 4, |
---|
20 | trdid_size = 4, |
---|
21 | wrplen_size = 1, |
---|
22 | ) |
---|
23 | |
---|
24 | # vim: tabstop=2 : shiftwidth=2 : expandtab |
---|
Note: See
TracBrowser
for help on using the repository browser.