You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An automation of synth should be able to input any combination of options, where script would be able to test whether option is valid: test -f {$CORE_LIB}/libs/CORE65{$TYPE}_{$CASE}_{$VOLTAGE}V_{$TEMP}C.lib || echo "Does not exist"
First test if there is SRAM with given voltage and temperature and then check if there is CORE and CLOCK library for those parameters. If there is none, provide suggestions.
It should be able to do this:
or
ictool synth -o LPLVT -c wc -v 1.00 -t 125
The text was updated successfully, but these errors were encountered: