source: sources/README @ 37

Last change on this file since 37 was 34, checked in by buchmann, 15 years ago

Remove an unused regression test.
Update some other tests.
Add a TODO section into README file.
Disable some debugging compiler options for common users.

File size: 720 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- simulations using OpenMP capabilities
Note: See TracBrowser for help on using the repository browser.