![]() |
|
|
|||||||
![]() |
VHDL - How to show the current simulation time |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Dear all,
How to use "now" to display the current simulation time? Thank you~~~ Best Regards, boku0712@gmail.com |
|
|
|
|
#2 |
|
Posts: n/a
|
wrote:
> Dear all, > How to use "now" to display the current simulation time? Thank Easiest way is to use the report command. If I say: report " Hello World!" ; in my testbench, I will get this in the transcript: # ** Note: Hello World! # Time: 105 ns Iteration: 1 Instance: /test_mydesign -- Mike Treseler Mike Treseler |
|
|
|
#3 |
|
Posts: n/a
|
|
|
|
|
#4 |
|
Posts: n/a
|
wrote:
> Dear all, > How to use "now" to display the current simulation time? Thank > you~~~ > USE std.textio.ALL; .... VARIABLE l: line; .... write(l, string'("The current simulation time is: ")); write(l, now); writeline(output, l); This will write to stdout: the simulator window. -- Paul. Paul Uiterlinden |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| simulation | Tom | MCITP | 0 | 04-05-2007 01:40 AM |
| DVD Review - The Tomorrow Show: Tom Snyder's Electric Kool-Aid TalkShow | John Metzger | DVD Video | 0 | 10-24-2006 09:53 PM |
| looking for anime | breadguy | DVD Video | 1 | 08-27-2006 06:59 PM |
| Nero Show Time not working | Terry Pinnell | DVD Video | 7 | 01-10-2006 01:06 PM |
| Re: Panasonic & Pioneer DVD players - time remaining display and black level settings? | SloPoke | DVD Video | 0 | 08-18-2003 02:40 PM |