diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2015-04-24 14:51:34 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2015-04-24 14:51:34 -0700 |
commit | 9e20b3016ddb16993687cffc050c3cee127f677d (patch) | |
tree | f92058fe08605320b4a3ed42318821c5fafed29e /src/map/mapper/mapper.h | |
parent | 3708acbf469432e540fe5075f746028fcdaa27cb (diff) | |
download | abc-9e20b3016ddb16993687cffc050c3cee127f677d.tar.gz abc-9e20b3016ddb16993687cffc050c3cee127f677d.tar.bz2 abc-9e20b3016ddb16993687cffc050c3cee127f677d.zip |
Adding switch 'map -f' to not use large gates for high-fanout nodes (disabled by default).
Diffstat (limited to 'src/map/mapper/mapper.h')
-rw-r--r-- | src/map/mapper/mapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mapper/mapper.h b/src/map/mapper/mapper.h index 2a52ee08..169223d8 100644 --- a/src/map/mapper/mapper.h +++ b/src/map/mapper/mapper.h @@ -108,6 +108,7 @@ extern void Map_ManSetChoiceNodeNum( Map_Man_t * p, int nChoiceNodes extern void Map_ManSetChoiceNum( Map_Man_t * p, int nChoices ); extern void Map_ManSetVerbose( Map_Man_t * p, int fVerbose ); extern void Map_ManSetSwitching( Map_Man_t * p, int fSwitching ); +extern void Map_ManSetSkipFanout( Map_Man_t * p, int fSkipFanout ); extern Map_Man_t * Map_NodeReadMan( Map_Node_t * p ); extern char * Map_NodeReadData( Map_Node_t * p, int fPhase ); |