doc/readme.html in ruby-vpi-16.0.0 vs doc/readme.html in ruby-vpi-16.0.1
- old
+ new
@@ -35,11 +35,11 @@
#resources h2 {
display: none;
}
</style>
- <h1 style="margin-top: 0;"><a id="Ruby-VPI" href="#a-606773538">1</a> Ruby-VPI</h1>
+ <h1 style="margin-top: 0;"><a id="Ruby-VPI" href="#a-607628178">1</a> Ruby-VPI</h1>
<p><a href="http://www.ruby-lang.org"><img src="images/ruby/logo-reflection.png" alt="Logo of the Ruby programming language" style="margin: 0; margin-left: 2em; float: right"/></a></p>
@@ -57,11 +57,11 @@
<p>Ruby-VPI is <a href="http://en.wikipedia.org/wiki/Open_source_software">open source software</a> released under <a href="#intro.license">this license</a>.</p>
<div id="resources">
- <h2><a id="Resources" href="#a-606776378">1.1</a> Resources</h2>
+ <h2><a id="Resources" href="#a-607629158">1.1</a> Resources</h2>
<p class="title">Records</p>
@@ -114,11 +114,11 @@
</ul>
</div>
- <h2 ><a id="intro.features" href="#a-606777368">1.2</a> Features</h2>
+ <h2 ><a id="intro.features" href="#a-607630098">1.2</a> Features</h2>
<p class="title">Portable</p>
@@ -171,11 +171,11 @@
<li>Uses <a href="http://rubyforge.org/projects/ruby-debug/">ruby-debug</a> for <a href="manual.html#usage.debugger">interactive debugging</a>.</li>
<li>Uses <a href="http://eigenclass.org/hiki.rb?rcov">rcov</a> for test <a href="manual.html#usage.test-runner.env-vars">coverage analysis and report generation</a>.</li>
</ul>
- <h2 ><a id="intro.reqs" href="#a-606778438">1.3</a> Requirements</h2>
+ <h2 ><a id="intro.reqs" href="#a-607631128">1.3</a> Requirements</h2>
<p>The following software is necessary in order to use Ruby-VPI.</p>
@@ -249,11 +249,11 @@
<li><a href="http://rubyforge.org/frs/?group_id=126">RubyGems</a>
– any recent version should be acceptable. You can install RubyGems by following <a href="http://www.rubygems.org/read/chapter/3">these instructions</a>.</li>
</ul>
- <h2 ><a id="intro.applications" href="#a-606779428">1.4</a> Applications</h2>
+ <h2 ><a id="intro.applications" href="#a-607632078">1.4</a> Applications</h2>
<p>Examples of tasks that can be performed with Ruby-VPI are:</p>
@@ -283,11 +283,11 @@
<li>Building a distributed simulation</li>
</ul></li>
</ul>
- <h2 ><a id="intro.appetizers" href="#a-606780568">1.5</a> Appetizers</h2>
+ <h2 ><a id="intro.appetizers" href="#a-607633188">1.5</a> Appetizers</h2>
<p>Here is a tiny sampling of code to whet your appetite. See <a href="manual.html#usage.tutorial">the tutorial</a> for more samples.</p>
@@ -329,11 +329,11 @@
<blockquote>
<p><code class="code"><span style="color:#00D; font-weight:bold">15</span>.times { simulate }</code></p>
</blockquote>
- <h2 ><a id="intro.license" href="#a-606781628">1.6</a> License</h2>
+ <h2 ><a id="intro.license" href="#a-607634248">1.6</a> License</h2>
<p>Copyright© 2006-2007 Suraj N. Kurapati</p>
@@ -360,11 +360,11 @@
<span class="caps">LIABILITY</span>, WHETHER <span class="caps">IN AN ACTION OF CONTRACT</span>, TORT <span class="caps">OR OTHERWISE</span>, ARISING <span class="caps">FROM</span>,
<span class="caps">OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span>
<span class="caps">THE SOFTWARE</span>.</p>
- <h2 ><a id="intro.related-works" href="#a-606782898">1.7</a> Related works</h2>
+ <h2 ><a id="intro.related-works" href="#a-607635258">1.7</a> Related works</h2>
<ul>
<li><a href="http://jove.sourceforge.net"><span class="caps">JOVE</span></a> is a Java interface to <span class="caps">VPI</span>.</li>
<li><a href="http://teal.sourceforge.net">Teal</a> is a C++ interface to <span class="caps">VPI</span>.</li>
@@ -372,10 +372,10 @@
<li><a href="http://rhdl.rubyforge.org"><span class="caps">RHDL</span></a> is a hardware description and verification language based on Ruby.</li>
<li><a href="http://myhdl.jandecaluwe.com">MyHDL</a> is a hardware description and verification language based on Python, which features conversion to Verilog and co-simulation.</li>
</ul>
- <h3 ><a id="intro.related-works.pli" href="#a-606785918">1.7.1</a> Ye olde <span class="caps">PLI</span></h3>
+ <h3 ><a id="intro.related-works.pli" href="#a-607636448">1.7.1</a> Ye olde <span class="caps">PLI</span></h3>
<p>The following projects utilize the archaic <strong>tf</strong> and <strong>acc</strong> PLI interfaces, which have been officially deprecated in <span class="caps">IEEE</span> Std 1364-2005.</p>