![]() |
|
|
|
#1 |
|
How do I print an integer to the command window or similar in
Modelsim......? If this is done with the TextIO package, then how? Best Regards J Jannick |
|
|
|
|
#2 |
|
Posts: n/a
|
Do a search on the web for Ben Cohen's package image_pb.vhd. It is a
handy package for doing exactly that with an assert, report, severity statement. HTH Clyde Jannick wrote: > How do I print an integer to the command window or similar in > Modelsim......? If this is done with the TextIO package, then how? > > Best Regards > J Clyde R. Shappee |
|
|
|
#3 |
|
Posts: n/a
|
Jannick wrote:
> How do I print an integer to the command window or similar in > Modelsim......? report("integer is "& integer'image(my_int)); -- Mike Treseler Mike Treseler |
|
|
|
#4 |
|
Posts: n/a
|
"Mike Treseler" <> wrote in message
news:... > Jannick wrote: > > How do I print an integer to the command window or similar in > > Modelsim......? > > report("integer is "& integer'image(my_int)); > > > -- Mike Treseler Thanx all Jannick |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to convert string contain Hex data into integer | asifjavaid | Software | 0 | 09-09-2008 08:50 AM |
| Control Printing and Require Authentication for printing with using Java | transformer | Software | 0 | 07-02-2007 04:33 AM |
| "Self-Paced Training Kit" - 3rd printing errata? | Zimri | MCTS | 0 | 03-25-2007 02:13 AM |
| getting integer values from electronic weigh scale through serial port | dotnet_smart | Software | 2 | 09-17-2006 05:24 AM |
| getting integer values from electrolnic weigh scale through serial port | dotnet_smart | Hardware | 0 | 07-28-2006 11:54 AM |