source: sources/README @ 44

Last change on this file since 44 was 43, checked in by buchmann, 15 years ago

Changes:

  • disable some checkins in '19042005' testbench

Fix:

  • Add a missing return
File size: 796 bytes
Line 
1SystemCASS Installation
2=======================
3
4Please use automake/autoconf to install SystemCASS.
5SystemCASS is able to generate trace files into VCD and also the ALLIANCE
6format : PAT.
7
8PAT trace ouput
9===============
10
11PAT trace output is disable by default.
12Set the environment variable 'ALLIANCE' to ALLIANCE top directory,
13then make again.
14
15TODO
16====
17- Fix some bugs, reported on 64 bits machines.
18- testbenches:
19  * 15042009: in somes cases, the developper has to use "sc_signal<T>::read()"
20              method to explicitly read a sc_signal. OSCI's SystemC does not
21              need to call explicitly this method. LRM gives no information
22              about it.
23  * 19042005: trace file contains some useless lines about 64 bits signals.
24- simulations using OpenMP capabilities
Note: See TracBrowser for help on using the repository browser.