LibertyCell::isClockGateLatchNegedge resolves #375
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
87ea907884
commit
3136871ecd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue