Altera_Forum
Honored Contributor
17 years agoembedded signals in modelsim
Hello,
I am synthesizing using altera and from altera (post synthesis) I am running a do file (EDA Tool Settings Synthesis) which only configures the wave window of modelsim and adds appropriate signals. The challenge is trying to get an embedded signal bus from within the code. I can use the following add wave -r /* within the do file and see the embedded signals. They however all seem to have /regout or /data_ipd, etc. after them. If I cut and paste into (see below), all works fine: add wave -noupdate -format Logic -height 34 -label r {/i4/\m_ovhd|temp[15]\/regout} My question is how to succesfully place this down as a bus? I truly have tried about everything, but to no avail. i4 is the instance of the tesbench called within the testbench file, m_ovhd is the instance of a module with the top level vhdl file and temp[15 downto 0] is the signal of interest. Any ideas?? Thanks much, Steve