summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mioForm.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-07-25 20:02:56 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-07-25 20:02:56 -0700
commit7d81490fe66c0deda91ef04be6d1f79be7025c6a (patch)
treeeca04b4414d77d187cd81e0638569e66c9010069 /src/map/mio/mioForm.c
parent9bfe2ad73aaa4d03bb1273950f873e3adb83fb29 (diff)
downloadabc-7d81490fe66c0deda91ef04be6d1f79be7025c6a.tar.gz
abc-7d81490fe66c0deda91ef04be6d1f79be7025c6a.tar.bz2
abc-7d81490fe66c0deda91ef04be6d1f79be7025c6a.zip
Generating abstraction of standard cell library.
Diffstat (limited to 'src/map/mio/mioForm.c')
-rw-r--r--src/map/mio/mioForm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mio/mioForm.c b/src/map/mio/mioForm.c
index b3b962c0..9c62212d 100644
--- a/src/map/mio/mioForm.c
+++ b/src/map/mio/mioForm.c
@@ -290,7 +290,7 @@ int Mio_GateCollectNames( char * pFormula, char * pPinNames[] )
break;
if ( i == nPins )
{ // cannot find this name; save it
- pPinNames[nPins++] = Mio_UtilStrsav(pTemp);
+ pPinNames[nPins++] = Abc_UtilStrsav(pTemp);
}
// get the next name
pTemp = strtok( NULL, " " );