#37 default 'LIB_MIN' and 'LIB_MAX' settings in op...
# openlane
g
#37 default 'LIB_MIN' and 'LIB_MAX' settings in openlane Issue opened by nickson-jose The README.md for openlane defines following .libs as defaults for min and max analysis.. |
LIB_MIN
| Library used for min delay calculation during STA. (Default:`./pdks/ef-skywater-s8/EFS8A/libs.ref/liberty/efs8hd/efs8hd_ss_1.60v_100C.lib`) | |
LIB_MAX
| Library used for max delay calculation during STA. (Default:`./pdks/ef-skywater-s8/EFS8A/libs.ref/liberty/efs8hd/efs8hd_ff_1.95v_-40C.lib`) | Shouldn't it be the other way round, i.e., 'ss' .lib as
LIB_MAX
and 'ff' .lib as
LIB_MIN
? efabless/openlane