Sha256: 1e557721b348e75a765b953d99bf94015722e40ae9c55331efdcd2b9ff4cd297

Contents?: true

Size: 1.41 KB

Versions: 4

Compression:

Stored size: 1.41 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>object_file_path (lib/ruby-vpi/runner.rb)</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/runner.rb, line 66</span>
66: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">object_file_path</span> <span class="ruby-identifier">aSimId</span>
67:   <span class="ruby-identifier">path</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-constant">OBJECT_PATH</span>, <span class="ruby-node">&quot;#{PROJECT_ID}.#{aSimId}.so&quot;</span>)
68: 
69:   <span class="ruby-keyword kw">unless</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exist?</span> <span class="ruby-identifier">path</span>
70:     <span class="ruby-identifier">raise</span> <span class="ruby-node">&quot;Object file #{path.inspect} is missing. Rebuild #{PROJECT_NAME}.&quot;</span>
71:   <span class="ruby-keyword kw">end</span>
72: 
73:   <span class="ruby-identifier">path</span>
74: <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-vpi-12.0.0 ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html
ruby-vpi-12.0.1 ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html
ruby-vpi-12.1.0 ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html
ruby-vpi-12.0.2 ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html