Changed command 'sim' to work with a miter by default (replace 'sim -m' by 'sim' in verification applications).

This commit is contained in:
Alan Mishchenko 2012-08-24 11:14:40 -07:00
parent 942600414d
commit 4a9152d0e1
1 changed files with 1 additions and 1 deletions

View File

@ -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();