A
Al
Guest
Mike Treseler wrote:
the / point. Still there should be a way to search for an internal
signal (unless it is pruned away from the synthesizer), whether if it is
a vector of signals or a single one.
With your suggestion I managed to make a better search and I realized
that all the vectors will be add as they are only if there are no
optimization at the netlist level (of course), in that case it's needed
to specify directly the name of the vector index like this:
add wave {sim: /tb/dut/\data_reg[12]\/q}
So which is the meaning of -internal option? It didn't change anything
even on source simulation.
--
Alessandro Basili
CERN, PH/UGC
Hardware Designer
Ok, so the recursive option will include all the opjects starting fromAl wrote:
In old archives I found this thread, started from ALuPin.
I think I have the same problem when trying to "add wave" internal
signals with ModelSim.
Any suggestions?
Maybe you didn't try this.
add wave -r /*
-- Mike Treseler
the / point. Still there should be a way to search for an internal
signal (unless it is pruned away from the synthesizer), whether if it is
a vector of signals or a single one.
With your suggestion I managed to make a better search and I realized
that all the vectors will be add as they are only if there are no
optimization at the netlist level (of course), in that case it's needed
to specify directly the name of the vector index like this:
add wave {sim: /tb/dut/\data_reg[12]\/q}
So which is the meaning of -internal option? It didn't change anything
even on source simulation.
--
Alessandro Basili
CERN, PH/UGC
Hardware Designer