From: Jan Michel Date: Thu, 6 Jan 2022 13:23:01 +0000 (+0100) Subject: this years licenses: Synplify Premier DP X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=1fa7cea79704a9e906e75e24f202850bb3c434d2;p=trb3sc.git this years licenses: Synplify Premier DP --- diff --git a/scripts/compile.pl b/scripts/compile.pl index 6c497f1..e285d26 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -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" );