Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > How put a signal value into REPORT ?

Reply
Thread Tools

How put a signal value into REPORT ?

 
 
ALuPin
Guest
Posts: n/a
 
      01-09-2004
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
 
Reply With Quote
 
 
 
 
Stefan Frank
Guest
Posts: n/a
 
      01-09-2004
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.vhd...#scalar_string

or

http://groups.google.de/groups?q=Hon...d_logic_vector

HTH & HAND,
Steff

 
Reply With Quote
 
 
 
 
VhdlCohen
Guest
Posts: n/a
 
      01-09-2004
>
>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/
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
------------------------------------------------------------------------------
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a report that images should be loaded into the report editor Eric ASP .Net 0 04-29-2009 01:22 PM
Aside from delta cycles and/or resolution functions, how can the effective value of a signal differ from a driving signal of its? Colin Paul Gloster VHDL 0 01-11-2007 01:31 PM
threading.Thread vs. signal.signal Jack Orenstein Python 0 09-17-2005 11:24 PM
Async-signal safe functions in signal handlers (unix) Michael Pronath Python 1 01-03-2005 01:10 PM
can't put a url into the value of a key in appSettings (web.config) Jason Shohet ASP .Net 5 12-23-2003 08:47 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57