summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaDeep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/gia/giaDeep.c')
-rw-r--r--src/aig/gia/giaDeep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaDeep.c b/src/aig/gia/giaDeep.c
index eecc598a..815a546e 100644
--- a/src/aig/gia/giaDeep.c
+++ b/src/aig/gia/giaDeep.c
@@ -73,7 +73,7 @@ Gia_Man_t * Gia_ManDeepSynOne( int nNoImpr, int TimeOut, int nAnds, int Seed, in
else if ( fCom == 0 )
pComp = "; &dc2";
sprintf( Command, "&dch%s; &if -a -K %d; &mfs -e -W 20 -L 20%s%s",
- fDch ? " -f" : "", KLut, fFx ? "; &fx" : "", pComp );
+ fDch ? " -f" : "", KLut, fFx ? "; &fx; &st" : "", pComp );
if ( Abc_FrameIsBatchMode() )
{
if ( Cmd_CommandExecute(Abc_FrameGetGlobalFrame(), Command) )