summaryrefslogtreecommitdiffstats
path: root/src/map
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-02-21 18:15:05 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2016-02-21 18:15:05 -0800
commit5a47990043d7d5b17187122e25e1d068bc450dff (patch)
tree4cc8f7a49d33e5a0db5036c6943a0a59f3bca87f /src/map
parent460a13a102d7e95cd16ef16474eac5666103d52e (diff)
downloadabc-5a47990043d7d5b17187122e25e1d068bc450dff.tar.gz
abc-5a47990043d7d5b17187122e25e1d068bc450dff.tar.bz2
abc-5a47990043d7d5b17187122e25e1d068bc450dff.zip
Disabling formula cleaner to avoid problems with reading GENLIB on some libraries.
Diffstat (limited to 'src/map')
-rw-r--r--src/map/mio/mioRead.c3
1 files changed, 2 insertions, 1 deletions
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