[SystemCSim] added transformation for priority round-robin scheduling.
Added an example model that uses priority round-robin scheduling.

Change-Id: Iaf7243df4eb79fb0663e10136597bce9d60082e1
Signed-off-by: Behnaz Pourmohseni <behnaz.pourmohseni@de.bosch.com>
5 files changed
tree: 6da090772239e33a852d2893453a224c97c62372
  1. framework/
  2. load_generator/
  3. simulation_generator/
  4. .gitignore
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. LICENSE
  8. NOTICE.md
  9. README.md
  10. SECURITY.md
README.md

Eclipse APP4MC - Transformation

This is the repository of the Eclipse APP4MC transformation components:

framework                       | Model transformation framework
load_generator                  | Synthetic load generators for Linus and ROS2
simulation_generator/app4mc.sim | Generation of SystemC simulation code

Build

The project uses Maven/Tycho to build.

The build creates a P2 update site and an executable jar.

From the root folder of the components:

$ mvn clean verify

You need Maven 3.6.3 or higher to perform the POM-less Tycho build.

License

Eclipse Public License (EPL) v2.0