Commit 7c8136c8 by Alan Mishchenko

Added DSD-based collapsing &dsd.

parent 15372449
...@@ -173,7 +173,7 @@ Gia_Man_t * Gia_ManRebuild( Gia_Man_t * p, Dsd_Manager_t * pManDsd, DdManager * ...@@ -173,7 +173,7 @@ Gia_Man_t * Gia_ManRebuild( Gia_Man_t * p, Dsd_Manager_t * pManDsd, DdManager *
Gia_Man_t * pNew; Gia_Man_t * pNew;
Dsd_Node_t ** ppNodesDsd; Dsd_Node_t ** ppNodesDsd;
Dsd_Node_t * pNodeDsd; Dsd_Node_t * pNodeDsd;
int i, iLit, nNodesDsd; int i, nNodesDsd, iLit = -1;
Vec_Str_t * vSop, * vCube; Vec_Str_t * vSop, * vCube;
Vec_Int_t * vFanins; Vec_Int_t * vFanins;
......
...@@ -10428,7 +10428,7 @@ int Abc_CommandTestColor( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -10428,7 +10428,7 @@ int Abc_CommandTestColor( Abc_Frame_t * pAbc, int argc, char ** argv )
***********************************************************************/ ***********************************************************************/
int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
{ {
Abc_Ntk_t * pNtk = Abc_FrameReadNtk(pAbc); // Abc_Ntk_t * pNtk = Abc_FrameReadNtk(pAbc);
int nCutMax = 1; int nCutMax = 1;
int nLeafMax = 4; int nLeafMax = 4;
int nDivMax = 2; int nDivMax = 2;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment