From 2fbb4b18269240ae36b972f797ea436736c422ce Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 6 Nov 2012 20:27:31 -0800 Subject: Improved DSD. --- src/opt/dau/dau.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/opt/dau/dau.h') diff --git a/src/opt/dau/dau.h b/src/opt/dau/dau.h index 1db02a0d..78b1535c 100644 --- a/src/opt/dau/dau.h +++ b/src/opt/dau/dau.h @@ -55,7 +55,10 @@ ABC_NAMESPACE_HEADER_START /*=== dauCanon.c ==========================================================*/ extern unsigned Abc_TtCanonicize( word * pTruth, int nVars, char * pCanonPerm ); +/*=== dauDsd.c ==========================================================*/ extern char * Dau_DsdDecompose( word * pTruth, int nVarsInit, int * pnSizeNonDec ); +extern word * Dau_DsdToTruth( char * p, int nVars ); + ABC_NAMESPACE_HEADER_END -- cgit v1.2.3