]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
change synplify program version
authorJan Michel <j.michel@gsi.de>
Wed, 29 Jan 2020 13:15:34 +0000 (14:15 +0100)
committerJan Michel <j.michel@gsi.de>
Wed, 29 Jan 2020 13:15:34 +0000 (14:15 +0100)
scripts/compile.pl

index e1fc65e325461f2c753c869bdc205624917df939..f6a60d6baf9b381405e91e3f44988187e1a9ac92 100755 (executable)
@@ -254,7 +254,7 @@ if($syn==1 || $all==1){
     system ("./compile_tdc.pl", $WORKDIR, $TOPNAME, "prj") if ($include_TDC); ## edit prj file for different designs
     print GREEN, "Starting synthesis process...\n\n", RESET;
 #     $synplify_command = "$synplify_path/bin/synplify_pro" unless $synplify_command;
-    $synplify_command = "$synplify_path/bin/synplify_premier_dp" unless $synplify_command;
+    $synplify_command = "$synplify_path/bin/synplify_premier" unless $synplify_command;
     $c="$synplify_command -batch ../$TOPNAME.prj";
     $r=execute($c, "do_not_exit" );