From 2fa9645b08d834a520f4ae0872e72f679d3b762a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 9 Sep 2013 14:00:47 -0700 Subject: Improvements to the new technology mapper. --- src/misc/extra/extra.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc/extra/extra.h') diff --git a/src/misc/extra/extra.h b/src/misc/extra/extra.h index fc23b1b0..4b1d38f0 100644 --- a/src/misc/extra/extra.h +++ b/src/misc/extra/extra.h @@ -221,6 +221,7 @@ extern Sdm_Man_t * Sdm_ManRead(); extern void Sdm_ManQuit(); extern int Sdm_ManComputeFunc( Sdm_Man_t * p, int iDsdLit0, int iDsdLit1, int * pCut, int uMask, int fXor ); extern int Sdm_ManReadCnfSize( Sdm_Man_t * p, int iDsd ); +extern char * Sdm_ManReadDsdStr( Sdm_Man_t * p, int iDsd ); extern void Sdm_ManPrintDsdStats( Sdm_Man_t * p, int fVerbose ); /*=== extraUtilProgress.c ================================================================*/ -- cgit v1.2.3