Home
last modified time | relevance | path

Searched refs:fBlockConst (Results 1 – 3 of 3) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/fret/
H A Dfretime.h103 int fComputeInitState, fGuaranteeInitState, fBlockConst; member
151 … int fComputeInitState, int fGuaranteeInitState, int fBlockConst,
H A DfretMain.c73 int fComputeInitState, int fGuaranteeInitState, int fBlockConst, in Abc_FlowRetime_MinReg() argument
88 pManMR->fBlockConst = fBlockConst; in Abc_FlowRetime_MinReg()
447 if (pManMR->fBlockConst) { in Abc_FlowRetime_MarkBlocks()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A Dabc.c20729 int fComputeInit, fGuaranteeInit, fBlockConst; in Abc_CommandFlowRetime() local
20734 int fComputeInit, int fGuaranteeInit, int fBlockConst, in Abc_CommandFlowRetime()
20746 fBlockConst = 0; in Abc_CommandFlowRetime()
20792 fBlockConst ^= 1; in Abc_CommandFlowRetime()
20836 fGuaranteeInit, fBlockConst, in Abc_CommandFlowRetime()
20851 …Abc_Print( -2, "\t-k : blocks retiming over const nodes [default = %s]\n", fBlockConst? "yes":… in Abc_CommandFlowRetime()