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/base/abci/abcAttach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci') diff --git a/src/base/abci/abcAttach.c b/src/base/abci/abcAttach.c index 89cb53c3..f24e1a72 100644 --- a/src/base/abci/abcAttach.c +++ b/src/base/abci/abcAttach.c @@ -80,7 +80,7 @@ int Abc_NtkAttach( Abc_Ntk_t * pNtk ) Abc_AttachSetupTruthTables( uTruths ); // collect all the gates - ppGates = Mio_CollectRoots( pGenlib, 6, (float)1.0e+20, 1, &nGates ); + ppGates = Mio_CollectRoots( pGenlib, 6, (float)1.0e+20, 1, &nGates, 0 ); // derive the gate truth tables puTruthGates = ABC_ALLOC( unsigned *, nGates ); -- cgit v1.2.3