Sha256: 4ba887b32bdab6e76d19532f3595084f2616692b9c0f28580671dc00a8760ca6

Contents?: true

Size: 1.41 KB

Versions: 3

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 64</span>
64: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">object_file_path</span> <span class="ruby-identifier">aSimId</span>
65:   <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>)
66: 
67:   <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>
68:     <span class="ruby-identifier">raise</span> <span class="ruby-node">&quot;Object file #{path.inspect} is missing. Rebuild #{PROJECT_NAME}.&quot;</span>
69:   <span class="ruby-keyword kw">end</span>
70: 
71:   <span class="ruby-identifier">path</span>
72: <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-vpi-11.1.0 ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html
ruby-vpi-11.1.1 ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html
ruby-vpi-9.0.0 ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html