From 12aed03f68f914fcdacf372d438c137c6792744e Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 29 Jan 2020 14:15:34 +0100 Subject: [PATCH] change synplify program version --- scripts/compile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile.pl b/scripts/compile.pl index e1fc65e..f6a60d6 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -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" ); -- 2.43.0