Skip to content

Commit 2018d44

Browse files
Update cells.act
leak adjust on latches
1 parent 84e332b commit 2018d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/cells.act

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export defcell LATCH (bool? CLK, D; bool! Q)
397397
spec {
398398
hazard(_q)
399399
}
400-
prs {
400+
prs * {
401401
CLK => _clk-
402402

403403
[keeper=0] D<10> & CLK -> _q-
@@ -415,7 +415,7 @@ export defcell LATCH (bool? CLK, D; bool! Q)
415415
export defcell LATCHINV (bool? CLK, D, q; bool! _q)
416416
{
417417
bool _clk;
418-
prs {
418+
prs * {
419419
CLK => _clk-
420420

421421
[keeper=0] D<10> & CLK -> _q-

0 commit comments

Comments
 (0)