printf("The selected LUT library with max LUT size (%d) cannot be used to compute timing for network with %d-input nodes. Using unit-delay model.\n",pLutLib->LutMax,nFaninMax);
pLutLib=NULL;
}
pNtk->pLutLib=pLutLib;
// compute levels
Nwk_ManLevel(pNtk);
assert(Nwk_ManVerifyLevel(pNtk));
// compute delay trace with white-boxes
Nwk_ManDelayTraceLut( pNtk, pNtk->pLutLib );
// save the general timing manager
pManTimeOld = pNtk->pManTime;
// derive an approximate timing manager without white-boxes