source: trunk/platforms/platform_fpga_de2-115/platform_desc @ 274

Last change on this file since 274 was 274, checked in by bouyer, 11 years ago

Add a platform describing as closely as possible the hardware that
is on the de2-115 board.

File size: 641 bytes
Line 
1
2# -*- python -*-
3
4
5todo = Platform('caba', 'top.cpp',
6                uses = [
7        Uses('caba:vci_cc_vcache_wrapper_v4', iss_t = 'common:mips32el'),
8        Uses('caba:vci_simple_ram'),
9        Uses('caba:vci_multi_tty'),
10        Uses('caba:vci_xicu'),
11        Uses('caba:vci_block_device_tsar_v4'),
12        Uses('caba:vci_simhelper'),
13        Uses('caba:vci_framebuffer'),
14        Uses('caba:vci_vgmn'),
15        Uses('caba:vci_logger'),
16        Uses('caba:vci_mem_cache_v4'),
17        Uses('common:elf_file_loader'),
18        ],
19        cell_size = 4,
20        plen_size = 8,
21        addr_size = 32,
22        rerror_size = 2,
23        clen_size = 1,
24        rflag_size = 1,
25        srcid_size = 5,
26        pktid_size = 4,
27        trdid_size = 4,
28        wrplen_size = 1
29)
30
Note: See TracBrowser for help on using the repository browser.