Changes between Version 6 and Version 7 of installation


Ignore:
Timestamp:
Mar 21, 2020, 11:57:25 AM (4 years ago)
Author:
genius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation

    v6 v7  
    11'''Installation Document for SoCLib Co-simulation'''
     2
     3
    24
    35[https://www-soc.lip6.fr/trac/ttool-ams/chrome/site/installation_guide.pdf Installation guide]
     
    57[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].
    68
     9In TTool's main directory TTool, you should have a script file ttool.exe as follows:
     10
     11#!/bin/sh
     12
     13java -version
     14cd bin;
     15java -cp . -Xmx1024m -jar ttool.jar -config config.xml -experimental -debug -avatar -uppaal -launcher -openlast
     16
     17New features additionally require the -ams option in addition to the experimental option.
     18
     19You 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
    723Linux 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.