From: Andreas Neiser Date: Wed, 27 May 2015 16:17:45 +0000 (+0200) Subject: Switching to recommended synplify X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=aac3a31ecdc881c8c8ab4355f89fbf0391c47a68;p=trb3.git Switching to recommended synplify --- diff --git a/ADC/compile_periph_gsi.pl b/ADC/compile_periph_gsi.pl index e83fe5b..6d90947 100755 --- a/ADC/compile_periph_gsi.pl +++ b/ADC/compile_periph_gsi.pl @@ -9,9 +9,9 @@ use FileHandle; ################################################################################### #Settings for this project my $TOPNAME = "trb3_periph_adc"; #Name of top-level entity -my $lattice_path = '/opt/lattice/diamond/3.2_x64'; +my $lattice_path = '/opt/lattice/diamond/3.4_x64'; my $lattice_bin_path = "$lattice_path/bin/lin64"; # note the lin/lin64 at the end, no isfgpa needed -my $synplify_path = '/opt/synplicity/I-2013.09-SP1'; +my $synplify_path = '/opt/synplicity/J-2014.09-SP2'; my $lm_license_file_for_synplify = '27000@lxcad01.gsi.de'; my $lm_license_file_for_par = '1702@hadeb05.gsi.de'; ###################################################################################