Changes between Version 2 and Version 3 of DsxDocumentation
- Timestamp:
- Jan 27, 2008, 6:19:53 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxDocumentation
v2 v3 33 33 * [https://www-asim.lip6.fr/trac/mutekh Mutek] : OS kernel for embedded MPSoCs 34 34 35 === B1) System Res sources Layer)===35 === B1) System Resources Layer === 36 36 37 37 We want to map the multi-threaded software application on several hardware platforms, 38 38 without any modification of the task code. One important platform is a POSIX compliant 39 workstation, as we want to validate the multi-threaded application by running iton a40 theworkstation before starting the mapping on the MPSoC architecture.39 workstation, as we want to validate the multi-threaded software application on a 40 workstation before starting the mapping on the MPSoC architecture. 41 41 42 42 DSX defines a '''system Ressource Layer''' API (SRL), that is an abstraction of the synchronization … … 65 65 code that will be uploaded in the MP-Soc embedded memory. 66 66 67 == Describing the software application ==67 == C) Describing the software application == 68 68 69 == D escribing the hardware architecture ==69 == D) Describing the hardware architecture == 70 70 71 == Mapping the software on the hardware ==71 == E) Mapping the software on the hardware == 72 72 73 == Code generation ==73 == F) Code generation == 74 74 75 75