Last change
on this file since 61 was
59,
checked in by meunier, 8 years ago
|
- Fixed memory leaks
- Fixed indentation in some files
|
File size:
941 bytes
|
Line | |
---|
1 | SystemCASS Installation |
---|
2 | ======================= |
---|
3 | |
---|
4 | Commande pour compiler : se placer dans le répertoire voulu (ici sandbox_test/objdir), puis : |
---|
5 | $ ../../configure --prefix=$(pwd) --enable-debug |
---|
6 | |
---|
7 | Please use automake/autoconf to install SystemCASS. |
---|
8 | SystemCASS is able to generate trace files into VCD and also the ALLIANCE |
---|
9 | format : PAT. |
---|
10 | |
---|
11 | PAT trace ouput |
---|
12 | =============== |
---|
13 | |
---|
14 | PAT trace output is disable by default. |
---|
15 | Set the environment variable 'ALLIANCE' to ALLIANCE top directory, |
---|
16 | then make again. |
---|
17 | |
---|
18 | TODO |
---|
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. |
---|
26 | * 19042005: trace file contains some useless lines about 64 bits signals. |
---|
27 | - simulations using OpenMP capabilities |
---|
Note: See
TracBrowser
for help on using the repository browser.