From fa5f05e3a2e0e866184d5597f442a3362ff2ab76 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 3 Oct 2014 17:15:43 -0700 Subject: Deriving AIG after cell mapping. --- src/map/if/if.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/if/if.h') diff --git a/src/map/if/if.h b/src/map/if/if.h index 8114e5c3..a94a5fe8 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -623,6 +623,8 @@ extern void If_ManComputeRequired( If_Man_t * p ); extern void If_CutRotatePins( If_Man_t * p, If_Cut_t * pCut ); extern int If_CutComputeTruth( If_Man_t * p, If_Cut_t * pCut, If_Cut_t * pCut0, If_Cut_t * pCut1, int fCompl0, int fCompl1 ); extern int If_CutComputeTruthPerm( If_Man_t * p, If_Cut_t * pCut, If_Cut_t * pCut0, If_Cut_t * pCut1, int fCompl0, int fCompl1 ); +/*=== ifTune.c ===========================================================*/ +extern void * If_ManSatBuildFromCell( char * pStr, Vec_Int_t ** pvPiVars, Vec_Int_t ** pvPoVars, void ** ppNtk ); /*=== ifUtil.c ============================================================*/ extern void If_ManCleanNodeCopy( If_Man_t * p ); extern void If_ManCleanCutData( If_Man_t * p ); -- cgit v1.2.3