# File lib/ruby-vpi/vpi.rb, line 464
464:   def simulation_time
465:     t = S_vpi_time.new
466:     t.type = VpiSimTime
467: 
468:     vpi_get_time nil, t
469:     (t.high << INTEGER_BITS) | t.low
470:   end