]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
update compile script
authorJan Michel <j.michel@gsi.de>
Fri, 22 May 2020 15:35:09 +0000 (17:35 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 22 May 2020 15:35:09 +0000 (17:35 +0200)
scripts/compile.pl

index 4694f1b2c4317f89edc81793e1c028cf238774a1..5d27cbbc17f5654ff5120b65389c8c52267eb741 100755 (executable)
@@ -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" );