Extending BLIF parser/write to hangle multi-output cells.

This commit is contained in:
Alan Mishchenko
2012-09-19 16:28:06 -07:00
parent 60c6614885
commit 3af0f719af
15 changed files with 290 additions and 137 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ Map_Super_t * Map_LibraryReadGateTree( Map_SuperLib_t * pLib, char * pBuffer, in
}
// read the root gate
pGate->pRoot = Mio_LibraryReadGateByName( pLib->pGenlib, pTemp );
pGate->pRoot = Mio_LibraryReadGateByName( pLib->pGenlib, pTemp, NULL );
if ( pGate->pRoot == NULL )
{
printf( "Cannot read the root gate names %s.\n", pTemp );