Go to file
Eyck Jentzsch a76c99dfb9 Some minor cleanup 2015-01-03 17:25:09 +01:00
com.minres.scviewer.database - added SQLite back end 2015-01-03 16:34:32 +01:00
com.minres.scviewer.database.sqlite Some minor cleanup 2015-01-03 17:25:09 +01:00
com.minres.scviewer.database.text - added SQLite back end 2015-01-03 16:34:32 +01:00
com.minres.scviewer.feature Some minor cleanup 2015-01-03 17:25:09 +01:00
com.minres.scviewer.ui Some minor cleanup 2015-01-03 17:25:09 +01:00
com.minres.scviewer.updateSite - added SQLite back end 2015-01-03 16:34:32 +01:00
scv_tr_sqlite Some minor cleanup 2015-01-03 17:25:09 +01:00
.gitignore - added SQLite back end 2015-01-03 16:34:32 +01:00
README.md - added SQLite back end 2015-01-03 16:34:32 +01:00

README.md

SCViewer

SCViewer is composed of a set of eclipse plugins to show 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.

The viewer is in early alpha stage and not yet ready for production use!

The plugins are structured as follows:

  • com.itjw.txviewer.database the interface defining the API to access the database
  • com.itjw.txviewer.database.text an implementation of the API to read the text files generated by the SCV sc_tr_text database
  • com.itjw.txviewer.graph the viewer it self to diplay the transactions and associated views like the outline of the DB and the properties of the transaction
  • com.itjw.txviewer.feature the feature combining the plugins above into a somhow usable form

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

  • refactor the graphical viewer
  • add means for testing and tests
  • additional analysis means
  • VCD reader