summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-09-30 18:07:54 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2015-09-30 18:07:54 -0700
commit10c31c6576cfee6d070e255b8878e23574529737 (patch)
tree0d540a16356b623876e5ff82f9d9b6f81d890d1c /src/base/abci/abc.c
parentbc1eae790b9fd0346f7d079f2b2e303138521144 (diff)
downloadabc-10c31c6576cfee6d070e255b8878e23574529737.tar.gz
abc-10c31c6576cfee6d070e255b8878e23574529737.tar.bz2
abc-10c31c6576cfee6d070e255b8878e23574529737.zip
Experiments with LUT structure mapping.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 55fe1ee9..2fa26c71 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -34282,6 +34282,7 @@ int Abc_CommandAbc9Unmap( Abc_Frame_t * pAbc, int argc, char ** argv )
}
Vec_IntFreeP( &pAbc->pGia->vMapping );
Vec_IntFreeP( &pAbc->pGia->vPacking );
+ Vec_IntFreeP( &pAbc->pGia->vCellMapping );
return 0;
usage: