N
Nikola Skoric
Guest
Hi there,
I wanted to add a signal to default graph I get when I run "Simulate
Behavioral Model" from Xilinx Project Navogator. I ran a test bench in
ModelSim (invoked ModelSim from Xilinx Project Manager), saved the
generated wave.do file and added a line which, as I undestand it, should
add an signal to the graph:
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /rounds_tb_vhd/clk
# more add wave ...
add wave -noupdate -format Literal /rounds_tb_vhd/round
add wave -noupdate -format Literal /rounds_tb_vhd/uut/rnd_n/subkey
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {0 ps} 0}
configure wave -namecolwidth 212
# more configures...
configure wave -timeline 0
update
WaveRestoreZoom {0 ps} {1050 ns}
The signal I added is:
/rounds_tb_vhd/uut/rnd_n/subkey
The only difference between that signal and the rest of signals is that
this one is not from unit under test but from a component inside unit
under test. When I executed my new wave.do, I get a "-No Data-" for
"subkey" signal. What did I do wrong?
--
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"
I wanted to add a signal to default graph I get when I run "Simulate
Behavioral Model" from Xilinx Project Navogator. I ran a test bench in
ModelSim (invoked ModelSim from Xilinx Project Manager), saved the
generated wave.do file and added a line which, as I undestand it, should
add an signal to the graph:
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /rounds_tb_vhd/clk
# more add wave ...
add wave -noupdate -format Literal /rounds_tb_vhd/round
add wave -noupdate -format Literal /rounds_tb_vhd/uut/rnd_n/subkey
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {0 ps} 0}
configure wave -namecolwidth 212
# more configures...
configure wave -timeline 0
update
WaveRestoreZoom {0 ps} {1050 ns}
The signal I added is:
/rounds_tb_vhd/uut/rnd_n/subkey
The only difference between that signal and the rest of signals is that
this one is not from unit under test but from a component inside unit
under test. When I executed my new wave.do, I get a "-No Data-" for
"subkey" signal. What did I do wrong?
--
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"