4 | | |
5 | | On workstation : |
6 | | |
7 | | |
8 | | Requirements: |
9 | | |
10 | | Java (tested versions) : 11.0.16 |
11 | | Gradle (tested version) : gradle-8.12.1 |
12 | | |
13 | | SystemC 2.3.3 must be installed |
14 | | Systemc-ams-2.1 must be installed |
15 | | |
16 | | The jar file for TTool is generated by |
17 | | make ttool (for faster generation without tests: make ttoolnotest) |
18 | | |
19 | | |
20 | | Paths can be modified in systemc-env.sh (per default $HOME) |
21 | | |
22 | | source systemc-env.sh |
23 | | |
24 | | The generated SystemC-AMS files can be compiled by using the generated Makefile |
25 | | |
26 | | The SystemC-AMS proof-of-concept is provided in |
27 | | https://www.coseda-tech.com/systemc-ams-proof-of-concept |
28 | | |