defineScalingFactorVisitors min_pulse_width resolves #376
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
0c6c3d3d35
commit
87ea907884
|
|
@ -600,8 +600,8 @@ LibertyReader::defineScalingFactorVisitors()
|
||||||
string attr_name;
|
string attr_name;
|
||||||
stringPrint(attr_name, "k_%s_%s_%s",
|
stringPrint(attr_name, "k_%s_%s_%s",
|
||||||
pvt_name,
|
pvt_name,
|
||||||
tr_name,
|
type_name,
|
||||||
type_name);
|
tr_name);
|
||||||
defineAttrVisitor(attr_name.c_str(),&LibertyReader::visitScaleFactorHiLow);
|
defineAttrVisitor(attr_name.c_str(),&LibertyReader::visitScaleFactorHiLow);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue