SCViewer/README.md

32 lines
1.2 KiB
Markdown
Raw Normal View History

SCViewer
2012-06-17 19:59:51 +02:00
========
2015-01-06 17:25:48 +01:00
SCViewer is composed of a set of eclipse plugins to display VCD and transaction streams
created by the SystemC VCD trace implementation and the SystemC Verification Library (SCV).
For further description of the SCV please refer to
2012-06-17 20:34:50 +02:00
http://www.accellera.org/activities/committees/systemc-verification.
2017-11-01 19:02:01 +01:00
> If you encounter issue when running on Linux please try running as `SWT_GTK3=0 scviewer` as there exist issues wiht GTK3.
2018-11-06 12:07:23 +01:00
The viewer has the following features
- support of VCD files (compressed and uncompressed)
- real numbers
- showing vectors and real numbers as analog (step-wise & continuous)
- various value representations of bit vectors
- support of SCV transaction recordings in various formats
- text log files (compressed and uncompressed)
- sqlite based
- visualization of transaction relations
2012-06-17 20:14:43 +02:00
2012-06-17 20:34:50 +02:00
To build the plugins the Eclipse SDK or PDE can be used. In both cases the Groovy
2012-06-17 20:14:43 +02:00
eclipse plugin (http://groovy.codehaus.org/Eclipse+Plugin or Market) has to be
2012-06-17 20:34:50 +02:00
installed.
TODO
====
2015-01-06 17:25:48 +01:00
- add more tests
- move to feature based product to allow automatic updates
- improve graphics
2017-11-01 19:02:01 +01:00
- catch-up e3 plugin to functionality of e4 product
2018-11-06 12:07:23 +01:00
- add calculated traces