]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
change compile script back to synplify_premier_dp
authorJan Michel <j.michel@gsi.de>
Tue, 28 Jun 2022 15:03:28 +0000 (17:03 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 28 Jun 2022 15:03:28 +0000 (17:03 +0200)
.gitignore
scripts/compile.pl

index 292a09ce2b38a763369dc43bd4a130ae29871501..89166d8fb4e26c079fbabc3cf81a3bc79764082f 100644 (file)
@@ -38,3 +38,4 @@ licbug.txt
 **/diamond
 config_compile.pl
 projectfrankfurt
+*.bak.?
index 6ffa29d461820be77b1ee79311660fb0433382ae..f71dd9ee07d50f5299244ca7192ae274e336c9be 100755 (executable)
@@ -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" );