Version 8 (modified by 5 years ago) (diff) | ,
---|
Installation Document for SoCLib Co-simulation
Script for setting up the SystemC and SystemC-AMS environment; credits go to Torsten Mähne.
In TTool's main directory TTool, you should have a script file ttool.exe as follows:
#!/bin/sh
java -version cd bin; java -cp . -Xmx1024m -jar ttool.jar -config config.xml -experimental -debug -avatar -uppaal -launcher -openlast
New features additionally require the -ams option in addition to the experimental option.
You can also check out the latest version on the specific branch on the public git (use option -b new-lip6) - recommended for developers only.
SoCLib Co-Simulation
If you wish to use co-simulation in addition to standalone SystemC-AMS prototype generation, yo additionally have to download SoCLib.
Linux 64 bit Configuration file for SoCLib to be installed in a .soclib directory; paths might have to be adapted to local installation.