From eb5c12a994629c1e0bd5903ad86f8d48bccb6223 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 17 Jul 2013 22:08:24 -0700 Subject: New technology mapper. --- src/map/mpm/mpmInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mpm/mpmInt.h') diff --git a/src/map/mpm/mpmInt.h b/src/map/mpm/mpmInt.h index e8b6d4de..cf267a07 100644 --- a/src/map/mpm/mpmInt.h +++ b/src/map/mpm/mpmInt.h @@ -140,7 +140,7 @@ struct Mpm_Man_t_ Vec_Int_t * vMap2Perm; // maps number into its permutation unsigned uPermMask[3]; unsigned uComplMask[3]; - Vec_Int_t * vGateNpnConfig; + Vec_Int_t * vNpnConfigs; Vec_Int_t * vNpnCosts; // area cost of each NPN class // mapping attributes Vec_Int_t vCutBests; // cut best -- cgit v1.2.3