Changes between Version 6 and Version 7 of installation
- Timestamp:
- Mar 21, 2020, 11:57:25 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation
v6 v7 1 1 '''Installation Document for SoCLib Co-simulation''' 2 3 2 4 3 5 [https://www-soc.lip6.fr/trac/ttool-ams/chrome/site/installation_guide.pdf Installation guide] … … 5 7 [https://www-soc.lip6.fr/trac/ttool-ams/chrome/site/systemc-env.sh Script] for setting up the SystemC and SystemC-AMS environment; credits go to [https://www.bfh.ch/fr/la-bfh/personnes/zshqz5xubyro/ Torsten Mähne]. 6 8 9 In TTool's main directory TTool, you should have a script file ttool.exe as follows: 10 11 #!/bin/sh 12 13 java -version 14 cd bin; 15 java -cp . -Xmx1024m -jar ttool.jar -config config.xml -experimental -debug -avatar -uppaal -launcher -openlast 16 17 New features additionally require the -ams option in addition to the experimental option. 18 19 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. 20 21 '''SoCLib Co-Simulation''' 22 7 23 Linux 64 bit [https://www-soc.lip6.fr/trac/ttool-ams/chrome/site/global.conf Configuration file] for SoCLib to be installed in a .soclib directory; paths might have to be adapted to local installation.