Forum Discussion

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

Viewing Submodule Inputs and Outputs without assigning to Top Level Outputs?

Hi All,

I've been taking some courses over the past few months that have used Quartus II heavily. One thing I never understood was how I can view the state of internal wires within a module and present it in the waveform simulation.

It is a real pain (and usually error prone) to declare secondary outputs for each signal that I then connect by hand.

Is there a way to streamline this process and get accurate readings without duplicating every single signal?

Thanks for any tips.

1 Reply

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

    With simulation in modelsim, you have access to all internal signals as written in your RTL. If you are using schematic drawings, you need to first convert them to HDL for simulation.