An open API service indexing awesome lists of open source software.

https://github.com/machineware-gmbh/viper

An Eclipse 4 RCP based GUI to interact with SystemC simulators
https://github.com/machineware-gmbh/viper

eclipse-rcp systemc

Last synced: 2 months ago
JSON representation

An Eclipse 4 RCP based GUI to interact with SystemC simulators

Awesome Lists containing this project

README

          

# Virtual Platform Explorer (VIPER)
The **Vi**rtual **P**latform **E**xplore**R** `ViPER` is a gui program used to inspect and
control SystemC simulations built with
[`vcml`](https://github.com/machineware-gmbh/vcml).

[![Build Status](https://github.com/machineware-gmbh/viper/actions/workflows/maven.yml/badge.svg)](https://github.com/machineware-gmbh/viper/actions/workflows/maven.yml)

----
## Build
In order to build `ViPER` you need a Java `JDK 17` and Apache `Maven` (version >=3.9).

```
git clone https://github.com/machineware-gmbh/viper
cd viper
mvn clean verify
```

After the build, your binaries can be found in `product/target/products`.

----
## Pictures

viper uart view, Windows
viper smp cpu view, Ubuntu

----
## License
This project is licensed under the Apache-2.0 license - see the
[LICENSE](LICENSE) file for details.