defineScalingFactorVisitors min_pulse_width resolves #376

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2026-02-03 08:18:41 -07:00
parent 0c6c3d3d35
commit 87ea907884
1 changed files with 2 additions and 2 deletions

View File

@ -600,8 +600,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);
}
}