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
- Host: GitHub
- URL: https://github.com/machineware-gmbh/viper
- Owner: machineware-gmbh
- License: apache-2.0
- Created: 2018-08-11T08:04:18.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2026-03-19T08:13:04.000Z (3 months ago)
- Last Synced: 2026-03-20T01:35:04.236Z (3 months ago)
- Topics: eclipse-rcp, systemc
- Language: Java
- Homepage:
- Size: 707 KB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
[](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
----
## License
This project is licensed under the Apache-2.0 license - see the
[LICENSE](LICENSE) file for details.

