diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-09-24 22:57:01 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-09-24 22:57:01 -0700 |
commit | d0197d83782fd016358360c305d5d4dcd7ef95d8 (patch) | |
tree | fb4e57749dc33ee0a4bb7befd4087e0e97cec4ac /src/base/abci/abcAttach.c | |
parent | 4ab0c4b204b4c3cb71155b78b258051baafed7c0 (diff) | |
download | abc-d0197d83782fd016358360c305d5d4dcd7ef95d8.tar.gz abc-d0197d83782fd016358360c305d5d4dcd7ef95d8.tar.bz2 abc-d0197d83782fd016358360c305d5d4dcd7ef95d8.zip |
Changed printouts in a few places in supergate computation.
Diffstat (limited to 'src/base/abci/abcAttach.c')
-rw-r--r-- | src/base/abci/abcAttach.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |