chipmuenk / pyfda

Python Filter Design Analysis Tool
http://chipmuenk.github.io/
MIT License
643 stars 94 forks source link

Generate Verilog / VHDL code for fixpoint filters using jinja templates #251

Open chipmuenk opened 2 months ago

chipmuenk commented 2 months ago

This is not to replace Amaranth HDL generation but rather to complement it, e.g. for easy reverse engineering and parametrization of legacy Verilog / VHDL code

https://www.ericmacedo.com/generating-code-from-templates-using-python-and-jinja2.html