Very simple interactive simulation using cocotb and PyQt5 based on on GHDL Interactive Simulation and GHDL VPI virtual board
- Python (tested using version 3.10)
- iverilog (tested using version 13 from master) iverilog-src
- GNU Make
- Get Python dependencies first...
pip install -r requirements.txt
- Then in the test directory...
make
Many thanks to the GHDL Interactive Simulation and GHDL VPI virtual board project for the inspiration and the images (which I shamelessly borrowed given how artistically challenged I am - ditto).