Viewing internal signals with ModelSim

J

Joseph

Hi all,

I am simulating a entity with Modelsim via Xilinx Webpack. Modelsim
only displays the input/output signals of the simulated top entity.

Is there a way of viewing the internal signals declared in the
architecture of the entity without adding them to the port outputs of
the simulated top entity?

Thanks very much

Regards

Joseph
 
H

HT-Lab

Joseph said:
Hi all,

I am simulating a entity with Modelsim via Xilinx Webpack. Modelsim
only displays the input/output signals of the simulated top entity.

Is there a way of viewing the internal signals declared in the
architecture of the entity without adding them to the port outputs of
the simulated top entity?

Thanks very much

Regards

Joseph

Modelsim will optimise your design by default and hence you might loose some
internal signals, try "log -r *" before running your simulation.

Hans
www.ht-lab.com
 
Joined
Mar 10, 2008
Messages
348
Reaction score
0
Try the ISE simulator - it allows you to watch in internal signals by drag and drop.

If you then switch to the modelsim with a saved simulation, will the Modelsim give you the internal signals as well (strange ) ;)
 
D

David R Brooks

Joseph said:
Hi all,

I am simulating a entity with Modelsim via Xilinx Webpack. Modelsim
only displays the input/output signals of the simulated top entity.

Is there a way of viewing the internal signals declared in the
architecture of the entity without adding them to the port outputs of
the simulated top entity?
Sorry if this is obvious, but you have tried descending the hierarchy in
the "Workspace" window? Signals at the current level are listed in
"Objects", & you can add them to the display.
 
K

Kevin Neilson

Joseph said:
Hi all,

I am simulating a entity with Modelsim via Xilinx Webpack. Modelsim
only displays the input/output signals of the simulated top entity.

Is there a way of viewing the internal signals declared in the
architecture of the entity without adding them to the port outputs of
the simulated top entity?

Thanks very much

Regards

Joseph

I don't know if this will help you, but I've noticed that the new
version of Modelsim optimizes away internal signals by default. I have
to use a new argument in vsim:

vsim -voptargs="+acc" test

-Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top