From 5a47990043d7d5b17187122e25e1d068bc450dff Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 21 Feb 2016 18:15:05 -0800 Subject: Disabling formula cleaner to avoid problems with reading GENLIB on some libraries. --- src/map/mio/mioRead.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/mio/mioRead.c b/src/map/mio/mioRead.c index c682ef60..b170256d 100644 --- a/src/map/mio/mioRead.c +++ b/src/map/mio/mioRead.c @@ -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 -- cgit v1.2.3