mirror of https://github.com/YosysHQ/abc.git
Disabling formula cleaner to avoid problems with reading GENLIB on some libraries.
This commit is contained in:
parent
460a13a102
commit
5a47990043
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue