We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e332b commit 2018d44Copy full SHA for 2018d44
std/cells.act
@@ -397,7 +397,7 @@ export defcell LATCH (bool? CLK, D; bool! Q)
397
spec {
398
hazard(_q)
399
}
400
- prs {
+ prs * {
401
CLK => _clk-
402
403
[keeper=0] D<10> & CLK -> _q-
@@ -415,7 +415,7 @@ export defcell LATCH (bool? CLK, D; bool! Q)
415
export defcell LATCHINV (bool? CLK, D, q; bool! _q)
416
{
417
bool _clk;
418
419
420
421
0 commit comments