]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
update relative path
authorJan Michel <j.michel@gsi.de>
Thu, 12 Jul 2018 09:50:06 +0000 (11:50 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 12 Jul 2018 09:52:39 +0000 (11:52 +0200)
scripts/compile.pl

index 84347f6d24123e91375692e3b994d69a4cbf8b91..e1fc65e325461f2c753c869bdc205624917df939 100755 (executable)
@@ -13,7 +13,7 @@ my $PACKAGE="FPBGA1156";
 my $SPEEDGRADE="8";
 
 
-my %config = do "config_compile.pl";
+my %config = do "./config_compile.pl";
 
 
 my $TOPNAME                      = $config{TOPNAME};
@@ -253,6 +253,7 @@ chdir $WORKDIR;
 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;
     $c="$synplify_command -batch ../$TOPNAME.prj";
     $r=execute($c, "do_not_exit" );