From 10c31c6576cfee6d070e255b8878e23574529737 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 30 Sep 2015 18:07:54 -0700 Subject: Experiments with LUT structure mapping. --- src/base/abci/abc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base/abci/abc.c') 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: -- cgit v1.2.3