4.3 Set Cursor in WaveformView from Console

Sample Project is located in "samples folder" as timeformat_test.vtakprj.

DBLClicking the line where time is output by $display makes cursor to the right position in waveformview.

First,Use $timeformat in HDL source ,to recognize "time output" for GUI.

Reasonable formats are described in the source below. Timeunit can be (ps,psec,PSEC,PS) ,and so on.
Then, $display("%t",$time); output time with timeunit.

(For GUI, there is no difference between $displayed text and copy&pasted text.)