summaryrefslogtreecommitdiffstats
path: root/src/base/abci
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-08-20 22:12:51 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-08-20 22:12:51 -0700
commitc344f3e38c60147cacd8a5d414625b832192ccee (patch)
tree390f8d38d7fc5c601099e08a471c327ac3dc5c7a /src/base/abci
parent6dbaa4d0f85d8e9ba08b06192aac6013c6461147 (diff)
downloadabc-c344f3e38c60147cacd8a5d414625b832192ccee.tar.gz
abc-c344f3e38c60147cacd8a5d414625b832192ccee.tar.bz2
abc-c344f3e38c60147cacd8a5d414625b832192ccee.zip
Propagating timing support to the new synthesis/mapping commands.
Diffstat (limited to 'src/base/abci')
-rw-r--r--src/base/abci/abc.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index fbd6e2c4..338033b9 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -28068,13 +28068,13 @@ usage:
int Abc_CommandAbc9Syn2( Abc_Frame_t * pAbc, int argc, char ** argv )
{
Gia_Man_t * pTemp;
- int c, fVerbose = 0;
- int fOldAlgo = 0;
- int fCoarsen = 1;
- int fCutMin = 0;
- int nRelaxRatio = 20;
- int fDelayMin = 1;
- int fVeryVerbose = 0;
+ int c, fVerbose = 0;
+ int fOldAlgo = 0;
+ int fCoarsen = 1;
+ int fCutMin = 0;
+ int nRelaxRatio = 20;
+ int fDelayMin = 0;
+ int fVeryVerbose = 0;
Extra_UtilGetoptReset();
while ( ( c = Extra_UtilGetopt( argc, argv, "Rakmdvwh" ) ) != EOF )
{