Skip to content

Commit

Permalink
Merge pull request #326 from wjrforcyber/resub_markB
Browse files Browse the repository at this point in the history
Refactor(Resub): Clear markA/B at the beginning
  • Loading branch information
alanminko authored Aug 28, 2024
2 parents 64ed5b8 + 252afb1 commit 9371696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/abci/abcResub.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ int Abc_NtkResubstitute( Abc_Ntk_t * pNtk, int nCutMax, int nStepsMax, int nMinS
pManRes->nNodesBeg = Abc_NtkNodeNum(pNtk);
nNodes = Abc_NtkObjNumMax(pNtk);
pProgress = Extra_ProgressBarStart( stdout, nNodes );
//clear markAB at the beginning
Abc_NtkCleanMarkAB( pNtk );
Abc_NtkForEachNode( pNtk, pNode, i )
{
Extra_ProgressBarUpdate( pProgress, i, NULL );
Expand Down

0 comments on commit 9371696

Please sign in to comment.