A visualiser for VCD files produced by the Icarus Verilog compiler. To be used in conjunction with PUNC Lab of Princeton's ELE206 course.
To run the development server: npm install npm run dev
This project is built using the React framework Next.js. General styling is implemented by Next.js css file, components are individually styled with styled-components. Verilog parsing is implented with a custom parser based on the vcd-parser package
Index.tsx manages all the components as this is a one-page web-app.
If any issues are found, submit an issue.