]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
this years licenses: Synplify Premier DP
authorJan Michel <j.michel@gsi.de>
Thu, 6 Jan 2022 13:23:01 +0000 (14:23 +0100)
committerJan Michel <j.michel@gsi.de>
Thu, 6 Jan 2022 13:23:01 +0000 (14:23 +0100)
scripts/compile.pl

index 6c497f17ca22060393c7895b2cde380a725e0696..e285d26b5637ccc9819c35697ee1b90d8432991d 100755 (executable)
@@ -255,7 +255,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" unless $synplify_command;
+    $synplify_command = "$synplify_path/bin/synplify_premier_dp" unless $synplify_command;
     $c="$synplify_command -batch ../$TOPNAME.prj";
     $r=execute($c, "do_not_exit" );