- Block bad pyside version 6.8.0
- Added pytest verilog testbench example
- Update python dependencies (yosys/pydantic/pyside6/...)
- Update to ruff 0.6.9 (And fix code that ruff thought was bad)
- Drop python 3.8 support
- Make it possible to use locally installed yosys
- Use ruff for python formatting and linting of code
- Fix issue #3 (AttributeError when trying to delete objects)
- Fix path in examples to work with github action
- Use relative path in examples (for windows / yosys)
- Use alternative pexpect spawn function in windows
- Use yowasp-yoysys for synthesis
- Fix bug when detecting number of modules with yosys 0.9
- Improve error handling for yosys component
- Remove settings from pushbutton and switch
- Simulation of a digital circuit using a python
- Simulation of a yosys netlist using a python
- GUI application to build and simulate circuit