Sha256: c9ff9b5ecc9b584051c7c8f6222afd182771feb059d31a9d3a87ec8f3e4942b0

Contents?: true

Size: 1.17 KB

Versions: 3

Compression:

Stored size: 1.17 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>simulation_time (Vpi)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre>     <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 479</span>
479:   <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">simulation_time</span>
480:     <span class="ruby-identifier">t</span> = <span class="ruby-constant">S_vpi_time</span>.<span class="ruby-identifier">new</span>
481:     <span class="ruby-identifier">t</span>.<span class="ruby-identifier">type</span> = <span class="ruby-constant">VpiSimTime</span>
482: 
483:     <span class="ruby-identifier">vpi_get_time</span> <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">t</span>
484:     <span class="ruby-identifier">t</span>.<span class="ruby-identifier">to_i</span>
485:   <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-vpi-15.0.1 ref/ruby/classes/Vpi.src/M000033.html
ruby-vpi-15.0.2 ref/ruby/classes/Vpi.src/M000033.html
ruby-vpi-15.0.0 ref/ruby/classes/Vpi.src/M000033.html