diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-09-10 15:28:46 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-09-10 15:28:46 -0700 |
commit | 7171812ff1e63c6c244c7e3fd6564aceb1590de0 (patch) | |
tree | ae8baf9a268453f63ca427b3b41740acec45f282 /src | |
parent | c7daa8cafd4e8e579046535eb4d1e0a7ce8b0427 (diff) | |
download | abc-7171812ff1e63c6c244c7e3fd6564aceb1590de0.tar.gz abc-7171812ff1e63c6c244c7e3fd6564aceb1590de0.tar.bz2 abc-7171812ff1e63c6c244c7e3fd6564aceb1590de0.zip |
Updating timing info during normalization.
Diffstat (limited to 'src')
-rw-r--r-- | src/aig/gia/giaAiger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaAiger.c b/src/aig/gia/giaAiger.c index 21b63cee..2f2cab2b 100644 --- a/src/aig/gia/giaAiger.c +++ b/src/aig/gia/giaAiger.c @@ -25,7 +25,7 @@ ABC_NAMESPACE_IMPL_START -#define XAIG_VERBOSE 1 +#define XAIG_VERBOSE 0 //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// |