mirror of https://github.com/YosysHQ/abc.git
Added DSD-based collapsing &dsd.
This commit is contained in:
parent
1537244935
commit
7c8136c82d
|
|
@ -173,7 +173,7 @@ Gia_Man_t * Gia_ManRebuild( Gia_Man_t * p, Dsd_Manager_t * pManDsd, DdManager *
|
|||
Gia_Man_t * pNew;
|
||||
Dsd_Node_t ** ppNodesDsd;
|
||||
Dsd_Node_t * pNodeDsd;
|
||||
int i, iLit, nNodesDsd;
|
||||
int i, nNodesDsd, iLit = -1;
|
||||
Vec_Str_t * vSop, * vCube;
|
||||
Vec_Int_t * vFanins;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue