HTML based waveform viewer for HDL simulators.
Fliplot is an alternative to GTKWave, but this is implemented in HTML, Javascript and Python, which make Fliplot scriptable, pluginable, portable.
See demo at: https://raczben.github.io/fliplot/
Here are the basic steps to start development.
- Clone and enter to this repo.
- Install javascript dependencies:
npm i
- start webserver:
npx vite