Altera_Forum
Honored Contributor
12 years agoVHDL Generator
Hello i've written a VHDL generator in Python ( https://github.com/andrecp/vhdl_gen ), feel free to use and give feedback!
The idea is to generate the entity,architecture and signals from a simple .txt file. It's very boring to type everything in VHDL from this simple .txt https://github.com/andrecp/vhdl_gen/blob/master/blink_led.txt with 8 lines you can generate a full VHDL design with 74 lines. A splitted state machine (combinational/sequential) is used. Please read the README before using, also i have a portuguese VHDL blog if anyone wants to read ( www.andrecastelan.com.br) Cheers!