Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI have used Python extensively for VHDL code generation. In addition, I have described a set of routines that make up a small declarative language. The Mako templating engine is excellent; it is the main tool used for automatic generation of entity, architecture, and configurable parameters that in VHDL are made as constants.
On top of this, the Qt GUI toolkit makes it easy to build applications with Python. I formerly used PyQt, but now Nokia has ported Qt to Python in the form of the module PySide, which has a freer license that PyQt. James