source: sources/README @ 65

Last change on this file since 65 was 59, checked in by meunier, 7 years ago
  • Fixed memory leaks
  • Fixed indentation in some files
File size: 941 bytes
RevLine 
[27]1SystemCASS Installation
2=======================
3
[59]4Commande pour compiler : se placer dans le répertoire voulu (ici sandbox_test/objdir), puis :
5$ ../../configure --prefix=$(pwd) --enable-debug
6
[27]7Please use automake/autoconf to install SystemCASS.
8SystemCASS is able to generate trace files into VCD and also the ALLIANCE
9format : PAT.
10
11PAT trace ouput
12===============
13
14PAT trace output is disable by default.
15Set the environment variable 'ALLIANCE' to ALLIANCE top directory,
16then make again.
17
[34]18TODO
19====
20- Fix some bugs, reported on 64 bits machines.
21- testbenches:
22  * 15042009: in somes cases, the developper has to use "sc_signal<T>::read()"
23              method to explicitly read a sc_signal. OSCI's SystemC does not
24              need to call explicitly this method. LRM gives no information
25              about it.
[43]26  * 19042005: trace file contains some useless lines about 64 bits signals.
[34]27- simulations using OpenMP capabilities
Note: See TracBrowser for help on using the repository browser.