# File lib/ruby-vpi/vpi.rb, line 506 506: def simulation_time 507: t = S_vpi_time.new 508: t.type = VpiSimTime 509: 510: vpi_get_time nil, t 511: t.to_i 512: end