Go to file
Eyck Jentzsch 032ffea7c8 Initial version of E4 based SC Viewer application 2015-10-22 00:05:29 +02:00
com.minres.scviewer.database Fixed bugs and enhanced functionality to allow E4 application 2015-10-22 00:02:58 +02:00
com.minres.scviewer.database.sqlite Fixed bugs and enhanced functionality to allow E4 application 2015-10-22 00:02:58 +02:00
com.minres.scviewer.database.swt Fixed bugs and enhanced functionality to allow E4 application 2015-10-22 00:02:58 +02:00
com.minres.scviewer.database.test Fixed bugs and enhanced functionality to allow E4 application 2015-10-22 00:02:58 +02:00
com.minres.scviewer.database.text Fixed bugs and enhanced functionality to allow E4 application 2015-10-22 00:02:58 +02:00
com.minres.scviewer.database.vcd Fixed bugs and enhanced functionality to allow E4 application 2015-10-22 00:02:58 +02:00
com.minres.scviewer.e4.application Initial version of E4 based SC Viewer application 2015-10-22 00:05:29 +02:00
com.minres.scviewer.feature - fixed scrolling sync issue 2015-02-04 16:20:59 +01:00
com.minres.scviewer.parent Factored widget in own plugin to allow reuse in e4 environment 2015-01-25 14:23:34 +01:00
com.minres.scviewer.ui Moved database connection to DS factory 2015-10-22 00:04:28 +02:00
com.minres.scviewer.updateSite Added Tycho build 2015-01-22 13:59:30 +01:00
scv_tr_sqlite Fixed bugs and enhanced functionality to allow E4 application 2015-10-22 00:02:58 +02:00
sqlite-jdbc.osgi Fixed bugs and enhanced functionality to allow E4 application 2015-10-22 00:02:58 +02:00
.gitignore - added SQLite back end 2015-01-03 16:34:32 +01:00
README.md Fixed inconsitencies 2015-01-09 09:16:40 +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.

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. A simple example (scv_tr_recording_example.cpp) for testig purposes 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

  • refactor the graphical viewer (again)
  • add more tests
  • additional analysis means