Merge branch 'master' into rel_3.0
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
commit
0ae888b619
|
|
@ -1137,7 +1137,7 @@ LibertyCell::isClockGateLatchPosedge() const
|
|||
bool
|
||||
LibertyCell::isClockGateLatchNegedge() const
|
||||
{
|
||||
return clock_gate_type_ == ClockGateType::latch_posedge;
|
||||
return clock_gate_type_ == ClockGateType::latch_negedge;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
|
|
@ -601,8 +601,8 @@ LibertyReader::defineScalingFactorVisitors()
|
|||
string attr_name;
|
||||
stringPrint(attr_name, "k_%s_%s_%s",
|
||||
pvt_name,
|
||||
tr_name,
|
||||
type_name);
|
||||
type_name,
|
||||
tr_name);
|
||||
defineAttrVisitor(attr_name.c_str(),&LibertyReader::visitScaleFactorHiLow);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue