Skip to content

digital-logic-and-computer-design/fliplotjs

 
 

Repository files navigation

fliplotjs

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/

Demo of using https://fliplotjs.netlify.app/

Contribution

Here are the basic steps to start development.

Start development server

  1. Clone and enter to this repo.
  2. Make dev target: make dev
  3. Get into the built directory: cd dist/
  4. Now it can be served as a static webpage. For example, python3 -m http.server 8000

About

HTML & JS based VCD viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • HTML 10.6%
  • CSS 5.0%
  • Makefile 0.6%