From: Jan Michel Date: Wed, 6 Jan 2016 17:55:58 +0000 (+0100) Subject: fixing compile constraints only option X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=da95bb12ffcfe6e752d5bff808c60d6d066b5881;p=trb3sc.git fixing compile constraints only option --- diff --git a/scripts/compile.pl b/scripts/compile.pl index e9d0f58..e33a69f 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -91,7 +91,7 @@ if($help) { if ($nrNodes!=0){ $isMultiPar=1; } -if ($syn!=0 || $map!=0 || $par!=0 || $timing!=0 || $bitgen!=0){ +if ($con!=0 || $syn!=0 || $map!=0 || $par!=0 || $timing!=0 || $bitgen!=0){ $all=0; } ###################################################################################