zeroasiccorp / switchboard

Communication framework for RTL simulation and emulation.
https://zeroasiccorp.github.io/switchboard/
Apache License 2.0
255 stars 20 forks source link

perf_meas_sim: allow string printed to be customized #117

Open sgherbst opened 11 months ago

sgherbst commented 11 months ago

Right now the formatting is always "Simulation rate: X Hz", leading to confusing outputs when multiple simulators are running, e.g.

Simulation rate: 10.951 kHz
Simulation rate: 1.823 MHz
Simulation rate: 10.956 kHz
Simulation rate: 11.363 kHz

Would be nice if this could be customized, so that we could add simulator names, process names, etc.

sgherbst commented 5 months ago

This would fit nicely with the concept of a "run name" that is added in #212