Go to file
Eyck Jentzsch 9f902057ba Merge branch 'release/2.0.1' 2018-10-15 22:30:02 +02:00
com.minres.scviewer.database Version inconsitency fixes 2018-10-15 10:09:51 +02:00
com.minres.scviewer.database.sqlite Version inconsitency fixes 2018-10-15 10:09:51 +02:00
com.minres.scviewer.database.test Version inconsitency fixes 2018-10-15 10:09:51 +02:00
com.minres.scviewer.database.text Fixed cli options and NaN handling in VCD loader 2018-10-15 09:13:41 +02:00
com.minres.scviewer.database.ui Fixed warnings in Java files and MANIFESTS.MF, updated version numbers 2018-10-14 21:29:09 +02:00
com.minres.scviewer.database.ui.swt Fixed some warnings 2018-10-15 22:01:44 +02:00
com.minres.scviewer.database.vcd Fixed some warnings 2018-10-15 22:01:44 +02:00
com.minres.scviewer.e4.application Fixed some warnings 2018-10-15 22:01:44 +02:00
com.minres.scviewer.e4.product Fixed cli options and NaN handling in VCD loader 2018-10-15 09:13:41 +02:00
com.minres.scviewer.feature Version inconsitency fixes 2018-10-15 10:09:51 +02:00
com.minres.scviewer.parent Fixed warnings in Java files and MANIFESTS.MF, updated version numbers 2018-10-14 21:29:09 +02:00
com.minres.scviewer.target Fixed cli options and NaN handling in VCD loader 2018-10-15 09:13:41 +02:00
com.minres.scviewer.ui Fixed cli options and NaN handling in VCD loader 2018-10-15 09:13:41 +02:00
com.minres.scviewer.updateSite Fixed cli options and NaN handling in VCD loader 2018-10-15 09:13:41 +02:00
com.opcoach.e4.preferences Fixed warnings in Java files and MANIFESTS.MF, updated version numbers 2018-10-14 21:29:09 +02: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 Update README.md 2017-11-01 19:02:01 +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 is in early alpha stage and not yet ready for production use!

The plugins are structured as follows:

  • com.minres.scviewer.database the interface defining the API to access the database and the implementation for VCD
  • com.minres.scviewer.database.text an implementation of the API to read the text files generated by the SCV sc_tr_text database
  • com.minres.scviewer.database.sqlite an implementation of the API to read the files generated by implementation in the sc_tr_sqlite project using a SQLite based database
  • com.minres.scviewer.database.test a some JUnit tests of the 3 back ends
  • com.minres.scviewer.ui the viewer it self to diplay the transactions and associated views like the outline of the DB and the properties of the transaction
  • com.minres.scviewer.feature the feature combining the plugins above into a somhow usable form
  • scv_tr_sqlite a C++ project containing the SQLite based SCV database implementation and the scv4tlm socket implementations. A simple example (scv_tr_recording_example.cpp) for testig purposes of the database is provided.

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