Skip to content

Commit

Permalink
deploy: 9086a2c
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed May 13, 2024
1 parent 9ec3107 commit 74b264e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nightly/book/02_features.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h2 id="compound-assignment-operator-in-always_ff"><a class="header" href="#comp
</code></pre>
</td>
<td>
<pre><code class="language-veryl">always_ff (i_clk) {
<pre><code class="language-veryl">always_ff {
if a {
x += 1;
}
Expand Down Expand Up @@ -621,7 +621,7 @@ <h2 id="let-statement"><a class="header" href="#let-statement"><code>let</code>
</code></pre>
</td>
<td>
<pre><code class="language-veryl">always_ff (i_clk) {
<pre><code class="language-veryl">always_ff {
let tmp: logic = b + 1;
x = tmp;
}
Expand Down
4 changes: 2 additions & 2 deletions nightly/book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ <h2 id="compound-assignment-operator-in-always_ff"><a class="header" href="#comp
</code></pre>
</td>
<td>
<pre><code class="language-veryl">always_ff (i_clk) {
<pre><code class="language-veryl">always_ff {
if a {
x += 1;
}
Expand Down Expand Up @@ -636,7 +636,7 @@ <h2 id="let-statement"><a class="header" href="#let-statement"><code>let</code>
</code></pre>
</td>
<td>
<pre><code class="language-veryl">always_ff (i_clk) {
<pre><code class="language-veryl">always_ff {
let tmp: logic = b + 1;
x = tmp;
}
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nightly/book/searchindex.json

Large diffs are not rendered by default.

Binary file modified nightly/playground/pkg/veryl_wasm_bg.wasm
Binary file not shown.

0 comments on commit 74b264e

Please sign in to comment.