How put a signal value into REPORT ?

A

ALuPin

Guest
Hi everybody,

How can I put the value of a signal into a report ?


for example:

.....
if count=1 then
sig_value <= '1';
count := count+1;
elsif count=2 then
report "The value is {value of sig_value} ";
....

Thank you very much.

Kind regards

Andres
 
ALuPin schrieb:
Hi everybody,

How can I put the value of a signal into a report ?
It's a FAQ:

http://www.vhdl.org/vi/comp.lang.vhdl/FAQ1.html#scalar_string

or

http://groups.google.de/groups?q=Hon-Chi+report+std_logic_vector

HTH & HAND,
Steff
 
How can I put the value of a signal into a report ?

This was addressed before, but you can use the image package at my site.
-----------------------------------------------------------------------------
Ben Cohen Trainer, Consultant, Publisher (310) 721-4830
http://www.vhdlcohen.com/ vhdlcohen@aol.com
Author of following textbooks:
* Using PSL/SUGAR for Formal and Dynamic Verification 2nd Edition, 2004 isbn
0-9705394-6-0
* Real Chip Design and Verification Using Verilog and VHDL, 2002 isbn
0-9705394-2-8
* Component Design by Example ", 2001 isbn 0-9705394-0-1
* VHDL Coding Styles and Methodologies, 2nd Edition, 1999 isbn 0-7923-8474-1
* VHDL Answers to Frequently Asked Questions, 2nd Edition, isbn 0-7923-8115
------------------------------------------------------------------------------
 

Welcome to EDABoard.com

Sponsor

Back
Top