From d0197d83782fd016358360c305d5d4dcd7ef95d8 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 24 Sep 2012 22:57:01 -0700 Subject: Changed printouts in a few places in supergate computation. --- src/map/scl/sclTime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/scl') diff --git a/src/map/scl/sclTime.c b/src/map/scl/sclTime.c index 1b091b9a..d714c20d 100644 --- a/src/map/scl/sclTime.c +++ b/src/map/scl/sclTime.c @@ -243,7 +243,7 @@ void Abc_SclTimeGate( SC_Man * p, Abc_Obj_t * pObj, int fDept ) // get the library cell pCell = Abc_SclObjCell( p, pObj ); // get the output pin - assert( pCell->n_outputs == 1 ); +// assert( pCell->n_outputs == 1 ); pPin = SC_CellPin( pCell, pCell->n_inputs ); // compute timing using each fanin assert( Vec_PtrSize(pPin->vRTimings) == pCell->n_inputs ); -- cgit v1.2.3