summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-12-22 17:27:32 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-12-22 17:27:32 +0700
commitb56a532682e34ae440bc6ffa939e82d06cf06e62 (patch)
tree84807a449a344bd79d8ba2b428011e9ad29c250a /src/aig/gia/gia.h
parentcf5d4ad07f87e936a114afca483ed66ffb1a2120 (diff)
downloadabc-b56a532682e34ae440bc6ffa939e82d06cf06e62.tar.gz
abc-b56a532682e34ae440bc6ffa939e82d06cf06e62.tar.bz2
abc-b56a532682e34ae440bc6ffa939e82d06cf06e62.zip
Several changes in arithmetic circuit manipulation.
Diffstat (limited to 'src/aig/gia/gia.h')
-rw-r--r--src/aig/gia/gia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/gia.h b/src/aig/gia/gia.h
index bf7bf349..ac40f975 100644
--- a/src/aig/gia/gia.h
+++ b/src/aig/gia/gia.h
@@ -1403,7 +1403,7 @@ extern Gia_Man_t * Gia_ManCleanupOutputs( Gia_Man_t * p, int nOutputs );
extern Gia_Man_t * Gia_ManSeqCleanup( Gia_Man_t * p );
extern Gia_Man_t * Gia_ManSeqStructSweep( Gia_Man_t * p, int fConst, int fEquiv, int fVerbose );
/*=== giaShow.c ===========================================================*/
-extern void Gia_ManShow( Gia_Man_t * pMan, Vec_Int_t * vBold, int fAdders );
+extern void Gia_ManShow( Gia_Man_t * pMan, Vec_Int_t * vBold, int fAdders, int fFadds );
/*=== giaShrink.c ===========================================================*/
extern Gia_Man_t * Gia_ManMapShrink4( Gia_Man_t * p, int fKeepLevel, int fVerbose );
extern Gia_Man_t * Gia_ManMapShrink6( Gia_Man_t * p, int nFanoutMax, int fKeepLevel, int fVerbose );