Is it possible to make an active timestamp with the $display system task like in ModelSim?

Status
Not open for further replies.

flammmable

Newbie
Joined
Sep 14, 2022
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
12
There is a usefull feature in ModelSim/QuestaSim: if we will write on SystemVerilog something like this:
Code:
$display("Time: %0d ns", 123);
...the transcript console will shows next string:
Code:
# Time: 123 ns
And then if we will click on this string the cursor in the waveform viewer will jump to 123 ns.

Is there any similar feature in Xilinx Vivado simulator or in Aldec Active-HDL simulator?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…