signal names in modelsim

  • Thread starter Frank van Eijkelenburg
  • Start date
F

Frank van Eijkelenburg

Guest
Hi,

does anyone know if it's possible to display short signal names in the wave
window of modelsim. I have for instance a signal
/gb_eth_tb/ethernet_mac/receive_state in my wave window. How can I get
modelsim so far that it only displays the name receive_state in the wave
window. I saw that you can give it a "display name", can this be done by a
script?

TIA,
Frank
 
In the wave window, click on Tools > Window Preferences, and set the
"Display Signal Path" to 1. Then you can save your wave window setup by
clicking File > Save Format.

Barry Brown



"Frank van Eijkelenburg" <someone@work.com> wrote in message
news:406d746c$0$65165$d5255a0c@news.versatel.net...
Hi,

does anyone know if it's possible to display short signal names in the
wave
window of modelsim. I have for instance a signal
/gb_eth_tb/ethernet_mac/receive_state in my wave window. How can I get
modelsim so far that it only displays the name receive_state in the wave
window. I saw that you can give it a "display name", can this be done by a
script?

TIA,
Frank
 
Frank van Eijkelenburg wrote:

Hi,

does anyone know if it's possible to display short signal names in the wave
window of modelsim. I have for instance a signal
/gb_eth_tb/ethernet_mac/receive_state in my wave window. How can I get
modelsim so far that it only displays the name receive_state in the wave
window. I saw that you can give it a "display name", can this be done by a
script?

TIA,
Frank
In the "wave" window, Tools -> Window Preferences -> Display Signal
Path. Set this to 1. If you want this every time you start the
project, change the "WaveSignalNameWidth" parameter in the mpf file to
1, or if for all projects, set it in the modelsim.ini (if I remember the
name correctly). I'm not sure how (if possible) to set these parameters
run-time with a script, but I imagine it's somewhere in the docs.

--
Pierre-Olivier

-- to email me directly, remove all _N0SP4M_ from my address --
 
An aside: I often set this to value to "2" to balance between "too much"
and "too little" information when I'm trying to look at signals in multiple
modules.

Jason

"Barry Brown" <barry_brown@remove_this.agilent.com> wrote in message
news:1080922432.565287@cswreg.cos.agilent.com...
In the wave window, click on Tools > Window Preferences, and set the
"Display Signal Path" to 1. Then you can save your wave window setup by
clicking File > Save Format.

Barry Brown



"Frank van Eijkelenburg" <someone@work.com> wrote in message
news:406d746c$0$65165$d5255a0c@news.versatel.net...
Hi,

does anyone know if it's possible to display short signal names in the
wave
window of modelsim. I have for instance a signal
/gb_eth_tb/ethernet_mac/receive_state in my wave window. How can I get
modelsim so far that it only displays the name receive_state in the wave
window. I saw that you can give it a "display name", can this be done by
a
script?

TIA,
Frank
 
HI, <p>"-lable" may help you. <p>---e.g.-- <BR>
add wave -noupdate -label CLK -radix hexadecimal TB_SDT_TOP/UUT/CLK <p>Regards, <BR>
seyior
 

Welcome to EDABoard.com

Sponsor

Back
Top