# File lib/ruby-vpi/vpi.rb, line 479
479:   def simulation_time
480:     t = S_vpi_time.new
481:     t.type = VpiSimTime
482: 
483:     vpi_get_time nil, t
484:     t.to_i
485:   end