From: Jan Michel Date: Tue, 28 Jun 2022 15:03:28 +0000 (+0200) Subject: change compile script back to synplify_premier_dp X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3f4f6c947c1dae6c27adf359cf3996ef51865674;p=trb3.git change compile script back to synplify_premier_dp --- diff --git a/.gitignore b/.gitignore index 292a09c..89166d8 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ licbug.txt **/diamond config_compile.pl projectfrankfurt +*.bak.? diff --git a/scripts/compile.pl b/scripts/compile.pl index 6ffa29d..f71dd9e 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -210,7 +210,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" 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" );