Disabling formula cleaner to avoid problems with reading GENLIB on some libraries.

This commit is contained in:
Alan Mishchenko 2016-02-21 18:15:05 -08:00
parent 460a13a102
commit 5a47990043
1 changed files with 2 additions and 1 deletions

View File

@ -382,7 +382,8 @@ Mio_Gate_t * Mio_LibraryReadGate( char ** ppToken, int fExtendedFormat )
// then rest of the expression
pToken = strtok( NULL, ";" );
pGate->pForm = Mio_LibraryCleanStr( pToken );
// pGate->pForm = Mio_LibraryCleanStr( pToken );
pGate->pForm = Abc_UtilStrsav( pToken );
// read the pin info
// start the linked list of pins