Changes between Version 62 and Version 63 of Wiki Start
- Timestamp:
- Mar 25, 2010, 10:27:24 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Wiki Start
v62 v63 5 5 6 6 * SoCLib is an open platform for virtual prototyping of multi-processors system on chip (MP-SoC). 7 * The core of the platform is a library of SystemC simulation models for virtual components (IP cores), with a guaranteed path to silicon. 8 * The project is funded by the french [http://www.agence-nationale-recherche.fr/ ''Agence Nationale pour la Recherche'']. 9 * It involves [wiki:SoCLibPartners 6 industrial companies and 10 laboratories] which are working together to build this platform 7 * The core of the platform is a library of SystemC simulation models for virtual components (IP cores) 8 * The project started as an ANR-founded project. It is now maintained at [http://www.lip6.fr/ Lip6] 10 9 11 10 You may want to have a look at FeaturesDescription, or [GetAccount get an account] … … 20 19 * [wiki:InstallationNotes Installation Notes] : how to install the SoCLib platform on your computer 21 20 21 = Usage = 22 23 * SoclibCc is the current build system for SoCLib platforms 24 22 25 = Development = 23 26 24 * SoclibCc is the current build system for SoCLib platforms25 27 * [wiki:AddComponent Adding new components to the library] : the rules to follow to add a new IP core to the library. 26 28 27 = SoCLib OS support =29 = SoCLib guest OS support = 28 30 29 31 * [wiki:Tools/Muteka DNA/OS] : DNA/OS is a micro-kernel for MPSoCs. It supersedes MutekA, and still provides the POSIX thread API. 30 * [ wiki:Tools/MutekhMutekH] : Exo-kernel based OS for classical and heterogeneous MPSoCs with POSIX threads support32 * [http://www.mutekh.org/ MutekH] : Exo-kernel based OS for classical and heterogeneous MPSoCs with POSIX threads support 31 33 * [http://www.netbsd.org/ NetBSD] : Highly portable Unix-like Open Source operating system 32 34 * [http://ecos.sourceware.org/ eCos] : An open source, royalty-free, real-time operating system intended for embedded applications. … … 36 38 37 39 * [wiki:Tools/Mwmr MWMR] : Hardware / Software communication middleware 38 * [wiki:Tools/Muteks MutekS] : Optimized, static OS implementation usable with the [wiki:Tools/Dsx DSX] tool39 40 40 41 = SoCLib Tools =