Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

VHDL ------- viewing variables

Status
Not open for further replies.

akp494

Member level 1
Member level 1
Joined
Jan 13, 2004
Messages
32
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
317
In VHDL how to view variables declared in procedures in the waveform viewer ??
I am using Modelsim for simulating as well as viewing the signals.
I can view all the signals but I am not able to view "variables" in the wave form viewer.
I have the option to use "ncvhdl" also. So please suggest me any methods to view variables declared in procedures in the wave form viewer.
 

You have to add the variables of the procedure into the waveform window. Save the do file and re-run it.
 

You can set some monitor signals during debug, then assign the variables to the signals,view the signals in modelsim waveform window.
 

Or you can set a breakpoint at specific line. Once the simulation reachs that point. The variable windows will active and you can add any variable to waveform windows.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top