HTML based waveform viewer for HDL simulators.
FliplotJS, a pure-js fork of Fliplot, is an alternative to GTKWave, but this is implemented in HTML and Javascript, which make Fliplot and FliplotJS scriptable, pluginable, portable.
See demo at: https://fliplotjs.netlify.app/
Here are the basic steps to start development.
- Clone and enter to this repo.
- Make dev target:
make dev - Get into the built directory:
cd dist/ - Now it can be served as a static webpage. For example,
python3 -m http.server 8000
