Changes between Version 5 and Version 6 of Arch/Soclib


Ignore:
Timestamp:
Jun 21, 2010, 11:44:25 PM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Arch/Soclib

    v5 v6  
    11= SoCLib Architecture support =
    22
    3 SoCLib is an open platform for virtual prototyping of multi-processors system on chip (MP-SoC). From a software engineer point of view, SoCLib can be seen as an library of hardware component models which can be used to build various multiprocessor machine emulators.
     3SoCLib is an open platform for virtual prototyping of multi-processors system on chip (MP-SoC). It provides SystemC models of hardware components.
     4
     5From a software engineer point of view, SoCLib can be seen as an library of hardware component models which can be used to build various multiprocessor machine emulators.
    46
    57MutekH can run on SoCLib based simulator using Mips32, Arm and !PowerPc processor models.
     
    911 * heterogeneous multiprocessor platforms: platforms running a single MutekH instance on multiple processors of different architectures, sharing all variables and allocated data like in legacy shared memory SMP platforms.
    1012 * integrated build system and workflow.
     13
     14== SoCLib on FPGA ==
     15
     16MutekH has been reported to run parallel applications on a multiprocessor [https://www-soc.lip6.fr/trac/tsar TSAR] platform prototype on FPGA.
    1117
    1218= Debugging features =
     
    2430You may want to visit the [soclib:wiki: SoCLib] project home page to learn more.
    2531
    26 = SoCLib specific topics =
     32= SoCLib specific developer topics =
    2733
    2834 * [wiki:Arch/Soclib/Xicu Xicu in Flattened device trees]