| Author |
Message |
sajeev_antony
Joined: 12 Sep 2002 Posts: 21 Location: India
|
19 Sep 2003 12:02 signal spy |
|
|
|
| Anyone knows who to use signal_spy package with modelsim
|
|
| Back to top |
|
 |
saho
Joined: 04 Apr 2003 Posts: 65
|
20 Sep 2003 11:44 Re: signal spy |
|
|
|
Hello.
Please visit SITAL (in Israel).
URL Link is
http://www.sital.co.il/main.html
Then,proceed to Support
There you should find there is PDF document on ModelSIM Signal Spy. Signal Spy uses a VHDL procedure that can be find when you search <your ModelSIM installation directory>/vhdl_src/modelsim_lib/mti_util.vhd
Or the alternative is visit Model Technology Official homepage.
Hope this helps you in a way.
SAHO
http://www.model.com
|
|
| Back to top |
|
 |
roger
Joined: 27 Aug 2003 Posts: 172 Helped: 4
|
22 Sep 2003 10:36 Re: signal spy |
|
|
|
I use the utilities as the following in VHDL
use modelsim_lib.util.all;
init_signal_spy("/top/u_MS_top/u_sms2ip/MSSDIR","mssdir",0);
hope it helps
|
|
| Back to top |
|
 |