Forum Discussion

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

top level block symbol map question

Hi,

I have a project written in Verilog. The top level (CPU) connects several lower level components with lots of signals to connect. is there any way in quartus to make a printable diagram that shows all components with in/outputs and the signal wires connecting them? Thank you!

6 Replies

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

    Have a look at the RTL view from netlist viewers in tools menu.

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

    Thank you all. Yes, I'm trying to use RTL viewer. but it's not great. What I really want is a bow for each component with internals labeled inside and the wires connecting each component labeled. RTL view kind of does this, but in order to display all in/out connections I have to expand each component. When I expand it blows up the gate-level building blocks. I really just want a quick printable reference of how all of the 40-50 signals connect to all the in/outs of each component in the project.

    Thank you!

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

    Anand, your second image may be what I'm after but the resolution is too small to tell for sure. Do you know the general options you used to get there?

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

    Hi,

    If you are having multiple module in you design integrated in top module you can see the integration of all modules.

    RTL viewer first show the top module with IO/ports like first image->click on the + symbol on the top left of the module block shown in the RTL viewer

    to view the sub modules like second image.

    Best Regards,

    Anand Raj Shankar

    (This message was posted on behalf of Intel Corporation)
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    thank you so much!!!

    --- Quote Start ---

    Hi,

    If you are having multiple module in you design integrated in top module you can see the integration of all modules.

    RTL viewer first show the top module with IO/ports like first image->click on the + symbol on the top left of the module block shown in the RTL viewer

    to view the sub modules like second image.

    Best Regards,

    Anand Raj Shankar

    (This message was posted on behalf of Intel Corporation)

    --- Quote End ---