This project automates process of creating a PYNQ Z1/Z2 Overlay in Vivado, generates a custom Juypter Notebook template and uploads to a target PYNQ FPGA.
Seán here from the HDLGen-ChatGPT team.
I just wanted to leave a message, great work you've done on this. It's a really powerful tool.
If you intend to create a graphical user interface for this project, please use tkinter - I strongly recommend you avoid stuff like PyQt5, PyQt6, PySide2 and PySide6.
Using tkinter is much easier to get into, and is also much more readable and maintainable. It is also a standard library with Python, so it will always support the latest versions of Python.
Hi Luke,
Seán here from the HDLGen-ChatGPT team. I just wanted to leave a message, great work you've done on this. It's a really powerful tool.
If you intend to create a graphical user interface for this project, please use
tkinter
- I strongly recommend you avoid stuff likePyQt5
,PyQt6
,PySide2
andPySide6
.Using
tkinter
is much easier to get into, and is also much more readable and maintainable. It is also a standard library with Python, so it will always support the latest versions of Python.Cheers, Seán.