https://github.com/tum-ei-eda/etiss-perf-sim
ETISS-based performance simulator
https://github.com/tum-ei-eda/etiss-perf-sim
Last synced: about 2 months ago
JSON representation
ETISS-based performance simulator
- Host: GitHub
- URL: https://github.com/tum-ei-eda/etiss-perf-sim
- Owner: tum-ei-eda
- License: apache-2.0
- Created: 2024-08-19T16:02:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-01T10:29:22.000Z (3 months ago)
- Last Synced: 2025-08-06T18:54:19.534Z (3 months ago)
- Language: C++
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# etiss-perf-sim
ETISS-based performance simulator
## Setup
### First-time setup
Call:
$ ./setup_simulator.py
### Rebuild
To re-build ETISS, you can call:
$ ./rebuild.sh
## Usage
Run the simulation with the `run_simulator.py` script. You can use the "-h" switch to get an overview of the scripts input arguments.
## Version
This is version v0.10.
It is compatible with the following submodule versions:
| Submodule | Version |
| --------- | ------- |
| ETISS | WiP |
| SoftwareEvalLib | v2.0 |