| Linux | Windows | ESP32 | MSP432 |
|---|---|---|---|
| ✔️ | ✔️ | ❌ | ❌ |
This repository contains the example code for the Cadmium Developers Manual
This project assumes that you have Cadmium installed in a location accessible by the environment variable $CADMIUM.
This dependency would be met by default if you are using the DEVSsim servers. To check, try echo $CADMIUM in the terminal
To build this project, run:
source build_sim.shNOTE: Everytime you run build_sim.sh, the contents of build/ and bin/ will be replaced.
To run the two models in this project, run:
./bin/counter_tester
./bin/testcase_counterNOTE: Remember to chnage the file path to the testcase files in counter_tester.hpp and testcases.hpp. Else it would result in a fault
For more information about the models in this repository, and to learn more about modeling in Cadmium, look at the developer's manual found here.