Skip to content

raczben/fliplot

Repository files navigation

fliplot

HTML based waveform viewer for HDL simulators.

Node.js CI

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/

Demo of using https://raczben.github.io/fliplot/

Contribution

Here are the basic steps to start development.

Start development server

  1. Clone and enter to this repo.
  2. Install javascript dependencies: npm i
  3. start webserver: npx vite