summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-08-24 11:14:40 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-08-24 11:14:40 -0700
commit4a9152d0e1af415b7890b9a501b989b6472dbac8 (patch)
tree5590482e4216142c5914f50f6410348e1ca01280 /src
parent942600414dba2e32bf2529517e17eaee5991d29c (diff)
downloadabc-4a9152d0e1af415b7890b9a501b989b6472dbac8.tar.gz
abc-4a9152d0e1af415b7890b9a501b989b6472dbac8.tar.bz2
abc-4a9152d0e1af415b7890b9a501b989b6472dbac8.zip
Changed command 'sim' to work with a miter by default (replace 'sim -m' by 'sim' in verification applications).
Diffstat (limited to 'src')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 0dcce40a..78bad60b 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -17156,7 +17156,7 @@ int Abc_CommandSim( Abc_Frame_t * pAbc, int argc, char ** argv )
nFrames = 32;
nWords = 8;
TimeOut = 30;
- fMiter = 0;
+ fMiter = 1;
fVerbose = 0;
pFileSim = NULL;
Extra_UtilGetoptReset();