From c2fdb86a4db8d3d37f2963787589289d1802ac16 Mon Sep 17 00:00:00 2001 From: wjrforcyber Date: Sat, 7 Oct 2023 13:53:22 +0800 Subject: [PATCH] Refactor(Typo): Typo in ACD --- src/base/abci/abcLutmin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/abci/abcLutmin.c b/src/base/abci/abcLutmin.c index 11605eb14..8a4e679ab 100644 --- a/src/base/abci/abcLutmin.c +++ b/src/base/abci/abcLutmin.c @@ -430,10 +430,10 @@ Abc_Obj_t * Abc_NtkBddCurtis( Abc_Ntk_t * pNtkNew, Abc_Obj_t * pNode, Vec_Ptr_t int b, c, u, i; assert( nBits + 2 <= nLutSize ); assert( nLutSize < Abc_ObjFaninNum(pNode) ); - // start BDDs for the decompoosed blocks + // start BDDs for the decomposed blocks for ( b = 0; b < nBits; b++ ) bBits[b] = Cudd_ReadLogicZero(ddNew), Cudd_Ref( bBits[b] ); - // add each bound set minterm to one of the blccks + // add each bound set minterm to one of the blocks Vec_PtrForEachEntry( DdNode *, vCofs, bCof, c ) { Vec_PtrForEachEntry( DdNode *, vUniq, bUniq, u )