From ef8c35f95d660c224b7d756fd432e0d5a50b965d Mon Sep 17 00:00:00 2001 From: Carmine50 Date: Sat, 21 Dec 2024 20:22:02 +0100 Subject: [PATCH] [CEC][SimGen][LUT mapping] Adding option to consider an already mapped circuit before executing SimGen --- src/proof/cec/cecSatG2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proof/cec/cecSatG2.c b/src/proof/cec/cecSatG2.c index 1e058c29c..33259bfe4 100644 --- a/src/proof/cec/cecSatG2.c +++ b/src/proof/cec/cecSatG2.c @@ -4301,7 +4301,7 @@ void printISOPLUT(Gia_Man_t * pMan, int ObjId){ Gia_Man_t * Cec_SimGenRun( Gia_Man_t * p, Cec_ParSimGen_t * pPars ){ - + extern void Gia_ManDupMapping( Gia_Man_t * pNew, Gia_Man_t * p ); Cec4_Man_t * pManSim; int i, k, iFan; Gia_Man_t * pMapped;