| 1 | Requirements: |
| 2 | |
| 3 | Java (tested versions) : 11.0.20.1 and 11.0.16 |
| 4 | Gradle (tested version) : 5.3.1 |
| 5 | |
| 6 | SystemC 2.3.3 must be installed |
| 7 | Systemc-ams-2.3 must be installed |
| 8 | |
| 9 | The jar file for TTool is generated by |
| 10 | make ttool |
| 11 | |
| 12 | |
| 13 | Paths can be modified in systemc-env.sh (per default $HOME) |
| 14 | |
| 15 | source systemc-env.sh |
| 16 | |
| 17 | The generated SystemC-AMS files can be compiled by using the generated Makefile |
| 18 | |
| 19 | The SystemC-AMS proof-of-concept is provided in |
| 20 | https://www.coseda-tech.com/systemc-ams-proof-of-concept |
| 21 | |