Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 639 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 639 Bytes

ivorySYM

A GUI simulator for verilog

Building with

  • Python 3
  • tkinter

Run

git clone
python mainloop.py

The software is at its infancy and currently supports compiling and running of single .v files only.

To add:

  • Save and open features, showing current file name, etc.
  • Working with multiple files
  • Anything other idea that pops up.
  • UI design

Before rectification of the error:

showing error

After rectification of the error, + output:

showing output

Feel free to contribute Open up a PR or issues link if you find any errors.