diff --git a/liberty/Liberty.cc b/liberty/Liberty.cc index 3cf867f2..ec922176 100644 --- a/liberty/Liberty.cc +++ b/liberty/Liberty.cc @@ -1132,7 +1132,7 @@ LibertyCell::isClockGateLatchPosedge() const bool LibertyCell::isClockGateLatchNegedge() const { - return clock_gate_type_ == ClockGateType::latch_posedge; + return clock_gate_type_ == ClockGateType::latch_negedge; } bool