Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Program for drawing VHDL block diagrams? [closed]

Tags:

diagram

vhdl

Is there any free program out there that can parse a collection of VHDL files and build a block diagram from them?

I'm looking more for a program that will build a block diagram image to go along with the documentation for the hierarchy, similar to the way javadoc builds a class diagram after parsing the documentation for a series of classes.

like image 513
bkritzer Avatar asked Jul 20 '09 22:07

bkritzer


1 Answers

Altera's Quartus can compile VHDL and provide you with the top-level schematic blocks, representing the VHDL signals. Ditto with Xilinx ISE. Its not open source software, but it is free to download and use.

like image 156
Yann Ramin Avatar answered Oct 22 '22 18:10

Yann Ramin