rewire fix not mapped

This commit is contained in:
jiunhaochen 2025-04-17 12:39:24 +08:00
parent 3a063c5901
commit 01bfd8fbad
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Abc_Ntk_t *Abc_ManRewireInt(Abc_Ntk_t *pNtk, Gia_Man_t *pExc, int nIters, float
pNtkMiaig.setExc(pExc);
Rewire::Miaig pNew = pNtkMiaig.rewire(nIters, levelGrowRatio, nExpands, nGrowth, nDivs, nFaninMax, nTimeOut, fMapped, nMappedMode, nDist, fCheck, fVerbose);
pNew.setName(Abc_NtkName(pNtk));
if (nMode == 2) {
if (nMode > 0) {
pNew.countTransistors(1, nMappedMode);
}