Dear everyone,
I am pretty new using SimVision and I would be interested in how the uvm_info function is generating hyperlinks for the file and time!
Could anyone please give me some information about how I can make this work with SystemVerilog's $display() function in the same way?
$display("Time: ", $time," | Line: ", `__LINE__," | File: ", `__FILE__); gives me already the correct output, but I'd like to make this output clickable so I can directly see it in source browser and in waveform!
Just want to understand how these hyperlinks work!
Many thanks in advance, really appreciate your help,
René