Small bug in the unused code.

This commit is contained in:
Alan Mishchenko 2019-10-04 10:47:46 -07:00
parent 623b5e8251
commit 3b4e9573bc
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ Vec_Str_t * Scl_LibertyReadGenlibStr( Scl_Tree_t * p, int fVerbose )
// iterate through output pins
Scl_ItemForEachChildName( p, pCell, pOutput, "pin" )
{
if ( (pFormula = Scl_LibertyReadPinFormula(p, pOutput)) )
if ( !(pFormula = Scl_LibertyReadPinFormula(p, pOutput)) )
continue;
if ( !strcmp(pFormula, "0") || !strcmp(pFormula, "1") )
{