LibertyCell::isClockGateLatchNegedge resolves #375

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2026-02-03 08:33:46 -07:00
parent 87ea907884
commit 3136871ecd
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ LibertyCell::isClockGateLatchPosedge() const
bool bool
LibertyCell::isClockGateLatchNegedge() const LibertyCell::isClockGateLatchNegedge() const
{ {
return clock_gate_type_ == ClockGateType::latch_posedge; return clock_gate_type_ == ClockGateType::latch_negedge;
} }
bool bool