viewing variables in modelsim

K

knight

Guest
hi is it possible to view variables in modelsim...?

if so how can i do that...?

thanks
knight
 
On 12 déc, 06:06, knight <krshe...@gmail.com> wrote:
hi is it possible to view variables in modelsim...?

if so how can i do that...?

thanks
knight
Hi,

Just look at Modelsim Reference Guide, chapter 2, add command :
"Variables may be added if preceded by the process name. For example,
add wave myproc/int1"
 
knight wrote:
hi is it possible to view variables in modelsim...?
if so how can i do that...?
add wave * ;# Signals
add wave /mytb/main/* ;# Test variables
add wave /mytb/dut/main/* ;# UUT variables


-- Mike Treseler
 
On 12 Dec, 05:06, knight <krshe...@gmail.com> wrote:
hi is it possible to view variables in modelsim...?

if so how can i do that...?

thanks
knight
You can also add variables from a process via the gui by dragging
+droping the process from the "sim" tab into the wave window.
I its a bit of shame they dont let you view the variables in the
"objects" window, like it shows signals. I know other simulators do.
 
On Dec 12, 5:05 am, Tricky <Trickyh...@gmail.com> wrote:
I its a bit of shame they dont let you view the variables in the
"objects" window, like it shows signals. I know other simulators do.
Variables show up in the 'Locals' window.

KJ
 

Welcome to EDABoard.com

Sponsor

Back
Top