Commit 5a479900 by Alan Mishchenko

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

parent 460a13a1
...@@ -382,7 +382,8 @@ Mio_Gate_t * Mio_LibraryReadGate( char ** ppToken, int fExtendedFormat ) ...@@ -382,7 +382,8 @@ Mio_Gate_t * Mio_LibraryReadGate( char ** ppToken, int fExtendedFormat )
// then rest of the expression // then rest of the expression
pToken = strtok( NULL, ";" ); pToken = strtok( NULL, ";" );
pGate->pForm = Mio_LibraryCleanStr( pToken ); // pGate->pForm = Mio_LibraryCleanStr( pToken );
pGate->pForm = Abc_UtilStrsav( pToken );
// read the pin info // read the pin info
// start the linked list of pins // start the linked list of pins
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment