doc/manual.html in ruby-vpi-12.1.0 vs doc/manual.html in ruby-vpi-13.0.0
- old
+ new
@@ -217,11 +217,11 @@
<p>Suraj N. Kurapati</p>
- <p>Fri Dec 22 21:43:06 <span class="caps">PST 2006</span></p>
+ <p>Wed Dec 27 22:29:49 <span class="caps">PST 2006</span></p>
</div>
<h2 id="terms">Terms</h2>
@@ -1537,12 +1537,12 @@
<li>Replace the contents of the file named <tt>counter_xunit_spec.rb</tt> with the source code shown in <a href="#fig..counter_xunit_spec.rb">the example named “Specification implemented in xUnit format”</a>.</li>
<li>Replace the contents of the files named <tt>counter_rspec_design.rb</tt> and <tt>counter_xunit_design.rb</tt> with the following code. <pre class="code"><span style="color:#888"># This is a Ruby interface to the design under test.</span>
<span style="color:#888"># This method resets the design under test.</span>
<span style="color:#080; font-weight:bold">def</span> <span style="color:#036; font-weight:bold">Counter</span>.reset!
- <span style="color:#888"># assert the reset signal for five clock cycles</span>
+ <span style="color:#888"># assert the reset signal for two clock cycles</span>
reset.intVal = <span style="color:#00D; font-weight:bold">1</span>
- <span style="color:#00D; font-weight:bold">5</span>.times {relay_verilog}
+ <span style="color:#00D; font-weight:bold">2</span>.times {relay_verilog}
reset.intVal = <span style="color:#00D; font-weight:bold">0</span>
<span style="color:#080; font-weight:bold">end</span>
</pre></li>
</ol>