mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 20:38:44 +00:00
Hotfix for yosysjs/demo03.html
This commit is contained in:
parent
1fe15a5973
commit
1f6737f08f
|
@ -31,7 +31,7 @@ endmodule
|
|||
always @(posedge clock) begin</span><span class="edit" contenteditable="true">
|
||||
Y <= A | {4{reset}};
|
||||
</span><span class="noedit">end
|
||||
endmodule</span></pre><p/>
|
||||
endmodule</span></pre><p/>
|
||||
<input type="button" value="Check Model" onclick="check_model()"> <span id="checkmessage"></span>
|
||||
<p/>
|
||||
<p id="wave"> </p>
|
||||
|
|
Loading…
Reference in a new issue