mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 19:29:08 +02:00
Started SAT-based reparameterization.
This commit is contained in:
+3
-2
@@ -8891,12 +8891,13 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||
*/
|
||||
|
||||
{
|
||||
extern void Abs_VfaManTest( Aig_Man_t * pAig, int nFrames, int nConfLimit, int fVerbose );
|
||||
// extern void Abs_VfaManTest( Aig_Man_t * pAig, int nFrames, int nConfLimit, int fVerbose );
|
||||
extern void Aig_ManInterRepar( Aig_Man_t * pMan, int fVerbose );
|
||||
extern Aig_Man_t * Abc_NtkToDar( Abc_Ntk_t * pNtk, int fExors, int fRegisters );
|
||||
if ( pNtk )
|
||||
{
|
||||
Aig_Man_t * pAig = Abc_NtkToDar( pNtk, 0, 1 );
|
||||
Abs_VfaManTest( pAig, 32, 1000000, 1 );
|
||||
Aig_ManInterRepar( pAig, 1 );
|
||||
Aig_ManStop( pAig );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user