tree: f73a0a771fd7c945ef5948e12b5ae61dd4b12d74 [path history] [tgz]
  1. .classpath
  2. .project
  3. .settings/
  4. META-INF/
  5. README.md
  6. bin/
  7. build.properties
  8. cdgen.graphics/
  9. models/
  10. src/
eclipse-tools/cdgen/README.md

CdGen

CdGen is a model to text converter tool which is used for real time analysis of the Amalthea System model on the Adapteva Parallella Hardware.

For more details please refer to documentation.

Installation

User Guide

  • Code Generation
  1. Download and Unzip APP4MC
  2. Install Java SE 10
  3. Start APP4MC and create a new workspace
  4. Import the project from git or any options available.
  5. Select checkFileCreateGUI.java from the checks directory andright click and run as Java application
  6. Select the scheduler, task preemption, file source of corresponding scheduler and Model of choice.
  7. Click start for code generation.
  8. Code is generated in the root location with a timestamp.
  • Compilation and Execution
  1. Replace the generated code in place of the src directory in below setup.
  2. Build, deploy and Run the code on Parallella.