Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16556 Discussions

Convert VHDL to schamatic drawing

Altera_Forum
Honored Contributor II
2,434 Views

I am new to the software and I have a large VHDL design. Is there a way to convert it to schematics? it will ease my understanding of the design.

0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
1,435 Views

You can use the RTL viewers to see the schemtic. Tools -> rtl view ->

0 Kudos
Altera_Forum
Honored Contributor II
1,435 Views

IMHO it would be simpler to analyze the VHDL code rather than schematics or RTL, especially if the design is really large as you said. 

It's like as if you'd want to convert C code into assembler to understand it.  

Even if you don't know VHDL (or C), I think it'd be easier and faster to learn the basics of the high level language rather than decoding the compiled version (this is what I did as well when I had been in a similar situation).
0 Kudos
Altera_Forum
Honored Contributor II
1,435 Views

The RTL viewer is a good option to view a large design that has not too many components in a hierarchy level. A block diagram gives understanding of the way the components are connected. The RTL viewer does not 'just' show RTL logic. To amalyse behavior I agree reading the VHDL will be easier (most of the time).

0 Kudos
Reply