Fliplot
HTML & Js based VCD viewer
Install / Use
/learn @raczben/FliplotREADME
fliplot
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/

Contribution
Here are the basic steps to start development.
Start development server
- Clone and enter to this repo.
- Install javascript dependencies:
npm i - start webserver:
npx vite
