emsey
Newbie level 3
Hi all,
In Modelsim, I want to add all the filip-flops Q signal to the wave form. But, before, I want to check if this Q signal is driving anything or it's connected to anything and then add it to the waveform.
something like this:
The problem is that, if I simply write:
it will be added to the waveform no matter if any wire is connected to this port or not.
Any comment?
Cheers
In Modelsim, I want to add all the filip-flops Q signal to the wave form. But, before, I want to check if this Q signal is driving anything or it's connected to anything and then add it to the waveform.
something like this:
Code:
if /dut/or1200/mult_mac_reg_12_/Q signal exist then:
add wave sim:/dut/or1200/mult_mac_reg_12_/Q
The problem is that, if I simply write:
Code:
add wave sim:/dut/or1200/mult_mac_reg_12_/Q
Any comment?
Cheers