From: Jan Michel Date: Fri, 22 May 2020 15:35:09 +0000 (+0200) Subject: update compile script X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b789b903ebefa1fcb66624bc9981f809ccef4a2a;p=trb3.git update compile script --- diff --git a/scripts/compile.pl b/scripts/compile.pl index 4694f1b..5d27cbb 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -206,7 +206,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_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" );