wiki:SVNrepository

Version 1 (modified by buchmann, 17 years ago) (diff)

--

Installation from the SVN repository

Check-out SystemCASS sources :

svn co https://www-asim.lip6.fr/svn/systemcass/sources

Go into the SystemCASS sources directory

cd sources/src

Specify the following definitions :

export CXX=g++
export SYSTEMC=[path to OSCI's SystemC directory]
export SYSTEMCASS=[path to SystemCASS binary directory]
export ALLIANCE=[path to ALLIANCE directory] # OPTIONAL : PAT format support 

Build the simulator and documentation

make
make install

Start regression test (useless for users, useful for developpers)

cd ../test_regression
make test

Now you have everything installed, you may begin using SystemCASS.