source: branches/v4/platforms/tsarv4_mono_mmu_ioc/desc.py @ 410

Last change on this file since 410 was 410, checked in by porquet, 11 years ago

add a new platform tsarv4

  • mono mipsel32
  • xicu, blockdevice, tty

simple reference platform for porting Linux

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