Skip to content

Commit

Permalink
Deploying to docs from @ f968e64 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 committed Sep 26, 2023
1 parent 32fbf18 commit f71f277
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions rohd_vf/LogicWaiter.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ <h1><span class="kind-class">LogicWaiter</span> extension


<section class="desc markdown">
<p>An <code>extension</code> on <a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic-class.html">Logic</a> for waiting for things.</p>
<p>An <code>extension</code> on <a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic-class.html">Logic</a> for waiting for things.</p>
</section>

<section>
<dl class="dl-horizontal">
<dt>on</dt>
<dd>
<ul class="comma-separated clazz-relationships">
<li><a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic-class.html">Logic</a></li>
<li><a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic-class.html">Logic</a></li>
</ul>
</dd>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions rohd_vf/LogicWaiter/waitCycles.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ <h1><span class="kind-method">waitCycles</span> method
<section class="desc markdown">
<p>Returns a <a href="https://api.dart.dev/stable/3.1.2/dart-async/Future-class.html">Future</a> which completes after the specified <code>numCycles</code>,
where each cycle is defined as the next occurence of the specified <code>edge</code>.</p>
<p><a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic/width.html">width</a> must be 1 or an <a href="https://api.dart.dev/stable/3.1.2/dart-core/Exception-class.html">Exception</a> will be thrown.</p>
<p>Like <a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic/nextNegedge.html">nextNegedge</a> and <a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic/nextPosedge.html">nextPosedge</a>, this will only detect valid edge
<p><a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic/width.html">width</a> must be 1 or an <a href="https://api.dart.dev/stable/3.1.2/dart-core/Exception-class.html">Exception</a> will be thrown.</p>
<p>Like <a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic/nextNegedge.html">nextNegedge</a> and <a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic/nextPosedge.html">nextPosedge</a>, this will only detect valid edge
transitions. If the value is invalid (<code>x</code> or <code>z</code>) before or after the
transition, it will not count as a cycle.</p>
</section>
Expand Down
4 changes: 2 additions & 2 deletions rohd_vf/PendingClockedDriver-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Constructors</h2>

<dl class="constructor-summary-list">
<dt id="PendingClockedDriver" class="callable">
<span class="name"><a href="../rohd_vf/PendingClockedDriver/PendingClockedDriver.html">PendingClockedDriver</a></span><span class="signature">(<span class="parameter" id="-param-name"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><span class="parameter" id="-param-parent"><span class="type-annotation"><a href="../rohd_vf/Component-class.html">Component</a>?</span> <span class="parameter-name">parent</span>, </span><span class="parameter" id="-param-sequencer">{<span>required</span> <span class="type-annotation"><a href="../rohd_vf/Sequencer-class.html">Sequencer</a><span class="signature">&lt;<wbr><span class="type-parameter">SequenceItemType</span>&gt;</span></span> <span class="parameter-name">sequencer</span>, </span><span class="parameter" id="-param-clk"><span>required</span> <span class="type-annotation"><a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic-class.html">Logic</a></span> <span class="parameter-name">clk</span>, </span><span class="parameter" id="-param-timeoutCycles"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">timeoutCycles</span>, </span><span class="parameter" id="-param-dropDelayCycles"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">dropDelayCycles</span>, </span><span class="parameter" id="-param-waitEdge"><span class="type-annotation"><a href="../rohd_vf/Edge.html">Edge</a></span> <span class="parameter-name">waitEdge</span> = <span class="default-value">Edge.pos</span>, </span><span class="parameter" id="-param-enableEndOfTestEmptyCheck"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">enableEndOfTestEmptyCheck</span> = <span class="default-value">true</span>}</span>)</span>
<span class="name"><a href="../rohd_vf/PendingClockedDriver/PendingClockedDriver.html">PendingClockedDriver</a></span><span class="signature">(<span class="parameter" id="-param-name"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><span class="parameter" id="-param-parent"><span class="type-annotation"><a href="../rohd_vf/Component-class.html">Component</a>?</span> <span class="parameter-name">parent</span>, </span><span class="parameter" id="-param-sequencer">{<span>required</span> <span class="type-annotation"><a href="../rohd_vf/Sequencer-class.html">Sequencer</a><span class="signature">&lt;<wbr><span class="type-parameter">SequenceItemType</span>&gt;</span></span> <span class="parameter-name">sequencer</span>, </span><span class="parameter" id="-param-clk"><span>required</span> <span class="type-annotation"><a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic-class.html">Logic</a></span> <span class="parameter-name">clk</span>, </span><span class="parameter" id="-param-timeoutCycles"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">timeoutCycles</span>, </span><span class="parameter" id="-param-dropDelayCycles"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">dropDelayCycles</span>, </span><span class="parameter" id="-param-waitEdge"><span class="type-annotation"><a href="../rohd_vf/Edge.html">Edge</a></span> <span class="parameter-name">waitEdge</span> = <span class="default-value">Edge.pos</span>, </span><span class="parameter" id="-param-enableEndOfTestEmptyCheck"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">enableEndOfTestEmptyCheck</span> = <span class="default-value">true</span>}</span>)</span>
</dt>
<dd>
Creates a new <a href="../rohd_vf/PendingClockedDriver-class.html">PendingClockedDriver</a> attached to <code>sequencer</code> with the
Expand All @@ -115,7 +115,7 @@ <h2>Properties</h2>
<dl class="properties">
<dt id="clk" class="property">
<span class="name"><a href="../rohd_vf/PendingClockedDriver/clk.html">clk</a></span>
<span class="signature">&#8594; <a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic-class.html">Logic</a></span>
<span class="signature">&#8594; <a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic-class.html">Logic</a></span>

</dt>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion rohd_vf/PendingClockedDriver/PendingClockedDriver.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1><span class="kind-constructor">PendingClockedDriver&lt;<wbr><span class="typ
<span class="name ">PendingClockedDriver&lt;<wbr><span class="type-parameter">SequenceItemType extends SequenceItem</span>&gt;</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-name"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span></li>
<li><span class="parameter" id="-param-parent"><span class="type-annotation"><a href="../../rohd_vf/Component-class.html">Component</a>?</span> <span class="parameter-name">parent</span>, </span></li>
<li><span class="parameter" id="-param-sequencer">{<span>required</span> <span class="type-annotation"><a href="../../rohd_vf/Sequencer-class.html">Sequencer</a><span class="signature">&lt;<wbr><span class="type-parameter">SequenceItemType</span>&gt;</span></span> <span class="parameter-name">sequencer</span>, </span></li>
<li><span class="parameter" id="-param-clk"><span>required</span> <span class="type-annotation"><a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic-class.html">Logic</a></span> <span class="parameter-name">clk</span>, </span></li>
<li><span class="parameter" id="-param-clk"><span>required</span> <span class="type-annotation"><a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic-class.html">Logic</a></span> <span class="parameter-name">clk</span>, </span></li>
<li><span class="parameter" id="-param-timeoutCycles"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">timeoutCycles</span>, </span></li>
<li><span class="parameter" id="-param-dropDelayCycles"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.2/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">dropDelayCycles</span>, </span></li>
<li><span class="parameter" id="-param-waitEdge"><span class="type-annotation"><a href="../../rohd_vf/Edge.html">Edge</a></span> <span class="parameter-name">waitEdge</span> = <span class="default-value">Edge.pos</span>, </span></li>
Expand Down
2 changes: 1 addition & 1 deletion rohd_vf/PendingClockedDriver/clk.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1><span class="kind-property">clk</span> property

<section class="multi-line-signature">

<a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic-class.html">Logic</a>
<a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic-class.html">Logic</a>
<span class="name ">clk</span>
<div class="features"><span class="feature">final</span></div>

Expand Down
2 changes: 1 addition & 1 deletion rohd_vf/Test-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ <h2>Methods</h2>

</dt>
<dd>
Starts the test on the <a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Simulator-class.html">Simulator</a>.
Starts the test on the <a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Simulator-class.html">Simulator</a>.


</dd>
Expand Down
2 changes: 1 addition & 1 deletion rohd_vf/Test/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1><span class="kind-method">start</span> method
</section>

<section class="desc markdown">
<p>Starts the test on the <a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Simulator-class.html">Simulator</a>.</p>
<p>Starts the test on the <a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Simulator-class.html">Simulator</a>.</p>
<p>It will kick off the run phase and continue to run until
all objections have dropped.</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion rohd_vf/rohd_vf-library.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h2>Extensions</h2>

</dt>
<dd>
An <code>extension</code> on <a href="https://pub.dev/documentation/rohd/0.4.2/rohd/Logic-class.html">Logic</a> for waiting for things.
An <code>extension</code> on <a href="https://pub.dev/documentation/rohd/0.5.0/rohd/Logic-class.html">Logic</a> for waiting for things.
</dd>


Expand Down

0 comments on commit f71f277

Please sign in to comment.