Skip to content

Commit

Permalink
updated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Perez authored and Guillermo Perez committed May 16, 2017
1 parent bb3e7db commit 9d031ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion par_synth_conf3.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
DIR=`dirname $0`/
# $1 contains the input filename (the name of the AIGER-file).
COMMAND="${DIR}binary/abssynthe -a -p -m $1 -o $1-result.aag -w $1-wregion.aag"
COMMAND="${DIR}binary/abssynthe -a -p -s -m $1 -o $1-result.aag -w $1-wregion.aag"
$COMMAND
res=$?
if [[ $res == 10 ]]; then
Expand Down

0 comments on commit 9d031ff

Please sign in to comment.