summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2021-08-05 11:07:16 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2021-08-05 11:07:16 -0700
commitab29dad7f4cfc1163e9004bc5b71320f50130acc (patch)
tree46d65a15271eec78522026aa088ef32dc057aa9a /src/aig/gia/gia.h
parentae98e57caf61e6ef24c449cc98193d394bac434f (diff)
downloadabc-ab29dad7f4cfc1163e9004bc5b71320f50130acc.tar.gz
abc-ab29dad7f4cfc1163e9004bc5b71320f50130acc.tar.bz2
abc-ab29dad7f4cfc1163e9004bc5b71320f50130acc.zip
Adding node ordering options to command &dfs.
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 1fa7e368..3517502d 100644
--- a/src/aig/gia/gia.h
+++ b/src/aig/gia/gia.h
@@ -1279,7 +1279,7 @@ extern void Gia_ManDupRemapLiterals( Vec_Int_t * vLits, Gia_Man_t
extern void Gia_ManDupRemapEquiv( Gia_Man_t * pNew, Gia_Man_t * p );
extern Gia_Man_t * Gia_ManDupOrderDfs( Gia_Man_t * p );
extern Gia_Man_t * Gia_ManDupOrderDfsChoices( Gia_Man_t * p );
-extern Gia_Man_t * Gia_ManDupOrderDfsReverse( Gia_Man_t * p );
+extern Gia_Man_t * Gia_ManDupOrderDfsReverse( Gia_Man_t * p, int fRevFans, int fRevOuts );
extern Gia_Man_t * Gia_ManDupOutputGroup( Gia_Man_t * p, int iOutStart, int iOutStop );
extern Gia_Man_t * Gia_ManDupOutputVec( Gia_Man_t * p, Vec_Int_t * vOutPres );
extern Gia_Man_t * Gia_ManDupSelectedOutputs( Gia_Man_t * p, Vec_Int_t * vOutsLeft );