| 1 | |
| 2 | == TSAR Plateforms list: == |
| 3 | |
| 4 | List of currently used plateforms in the TSAR Soclib environment: |
| 5 | |
| 6 | * tsarv4_generic_mmu: |
| 7 | * It uses vci_local_crossbar as local interconnect |
| 8 | * It uses virtual_dspin as global interconnect |
| 9 | * It uses the vci_cc_vcache_wrapper_v4 |
| 10 | * It uses the vci_mem_cache_v4 |
| 11 | * It contains one vci_xicu and one vci_multi_dma per cluster |
| 12 | * All clusters are identical, but the cluster containing address |
| 13 | 0xBFC00000 (called io_cluster), contains 5 extra components: |
| 14 | * boot rom (BROM) : vci_simple_ram |
| 15 | * disk controller (BDEV) : vci_block_device_tsar_v4 |
| 16 | * multi-channel network controller (MNIC) : vci_multi_nic |
| 17 | * multi-channel tty controller (MTTY) : vci_multi_tty |
| 18 | * frame buffer controller (FBUF) : vci_frame_buffer |
| 19 | |
| 20 | |
| 21 | |
| 22 | |