From: Jan Michel Date: Tue, 20 Oct 2015 16:43:22 +0000 (+0200) Subject: updating compile script for billboard X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2469c4322d7b31d59c0be3ec8fceffe0590f2383;p=trb3.git updating compile script for billboard --- diff --git a/billboard/compile_periph_frankfurt.pl b/billboard/compile_periph_frankfurt.pl index 0c7b50d..6734e2d 100755 --- a/billboard/compile_periph_frankfurt.pl +++ b/billboard/compile_periph_frankfurt.pl @@ -10,11 +10,11 @@ use POSIX; ################################################################################### #Settings for this project my $TOPNAME = "trb3_periph_billboard"; #Name of top-level entity -my $BasePath = "../base/"; #path to "base" directory -my $lm_license_file_for_synplify = "27000\@lxcad01.gsi.de"; +my $lm_license_file_for_synplify = "1702\@hadeb05.gsi.de"; #"27000\@lxcad01.gsi.de"; my $lm_license_file_for_par = "1702\@hadeb05.gsi.de"; -my $synplify_path = '/d/jspc29/lattice/synplify/I-2013.09-SP1/'; -my $lattice_path = '/d/jspc29/lattice/diamond/3.2_x64/'; + +my $lattice_path = '/d/jspc29/lattice/diamond/3.5_x64'; +my $synplify_path = '/d/jspc29/lattice/synplify/K-2015.09/'; ################################################################################### my $btype = 'slave'; @@ -57,7 +57,7 @@ $fh->close; system("env| grep LM_"); my $r = ""; -my $c="$synplify_path/bin/synplify_premier_dp -batch $TOPNAME.prj"; +my $c="$lattice_path/bin/lin64/synpwrap -fg -options -batch $TOPNAME.prj"; $r=execute($c, "do_not_exit" ); chdir "workdir";