mirror of https://github.com/YosysHQ/abc.git
Tuning LUT mapping flow.
This commit is contained in:
parent
70a236379b
commit
3c51dd47b5
|
|
@ -425,7 +425,10 @@ void Gia_ManPerformFlow( int fIsMapped, int nAnds, int nLevels, int nLutSize, in
|
|||
// remove comb equivs
|
||||
if ( fIsMapped )
|
||||
Cmd_CommandExecute( Abc_FrameGetGlobalFrame(), "&st" );
|
||||
Cmd_CommandExecute( Abc_FrameGetGlobalFrame(), "&fraig -c" );
|
||||
if ( Abc_FrameReadGia(Abc_FrameGetGlobalFrame())->pManTime )
|
||||
Cmd_CommandExecute( Abc_FrameGetGlobalFrame(), "&sweep" );
|
||||
else
|
||||
Cmd_CommandExecute( Abc_FrameGetGlobalFrame(), "&fraig -c" );
|
||||
|
||||
// perform first round
|
||||
Gia_ManPerformRound( fIsMapped, nAnds, nLevels, nLutSize, nCutNum, nRelaxRatio, fVerbose );
|
||||
|
|
|
|||
|
|
@ -26106,6 +26106,7 @@ int Abc_CommandAbc9Strash( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
if ( !Abc_FrameReadFlag("silentmode") )
|
||||
printf( "Rehashed the current AIG.\n" );
|
||||
}
|
||||
Gia_ManTransferTiming( pTemp, pAbc->pGia );
|
||||
Abc_FrameUpdateGia( pAbc, pTemp );
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue