Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

Convert VHDL to schamatic drawing

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.

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

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

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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).
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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).