Added DSD-based collapsing &dsd.

This commit is contained in:
Alan Mishchenko
2014-08-16 18:38:34 -07:00
parent 1537244935
commit 7c8136c82d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 )
{
Abc_Ntk_t * pNtk = Abc_FrameReadNtk(pAbc);
// Abc_Ntk_t * pNtk = Abc_FrameReadNtk(pAbc);
int nCutMax = 1;
int nLeafMax = 4;
int nDivMax = 2;