Go to file
Eyck Jentzsch 10a0608fd3 Revert "update to Eclipse 2020-03 RCP base"
This reverts commit 077a6f8011.
2020-05-09 12:52:47 +02:00
com.minres.scviewer.database Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.database.leveldb Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.database.sqlite Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.database.test Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.database.text Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.database.ui remove fixed color assignment 2020-05-09 12:52:46 +02:00
com.minres.scviewer.database.ui.swt Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.database.vcd Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.e4.application Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.e4.product update version numbers 2020-03-30 11:34:26 +02:00
com.minres.scviewer.feature Settings update 2019-04-11 06:09:35 +00:00
com.minres.scviewer.parent add performance improvement fixes 2020-05-09 12:52:47 +02:00
com.minres.scviewer.target Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.ui Revert "update to Eclipse 2020-03 RCP base" 2020-05-09 12:52:47 +02:00
com.minres.scviewer.updateSite Settings update 2019-04-11 06:09:35 +00:00
com.opcoach.e4.preferences/src/com/opcoach/e4/preferences/internal Merge branch 'master' into develop 2020-03-25 23:20:15 +01:00
.gitignore Updated version numbers 2015-12-02 20:35:03 +01:00
LICENSE Create LICENSE 2016-10-20 07:08:35 +02:00
README.md Updated documentation 2018-11-06 12:07:23 +01:00
signal.xcf Initial version of E4 based SC Viewer application 2015-10-22 00:05:29 +02:00

README.md

SCViewer

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 http://www.accellera.org/activities/committees/systemc-verification.

If you encounter issue when running on Linux please try running as SWT_GTK3=0 scviewer as there exist issues wiht GTK3.

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

To build the plugins the Eclipse SDK or PDE can be used. In both cases the Groovy eclipse plugin (http://groovy.codehaus.org/Eclipse+Plugin or Market) has to be installed.

TODO

  • add more tests
  • move to feature based product to allow automatic updates
  • improve graphics
  • catch-up e3 plugin to functionality of e4 product
  • add calculated traces