]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Switching to recommended synplify
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 27 May 2015 16:17:45 +0000 (18:17 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:37:05 +0000 (17:37 +0200)
ADC/compile_periph_gsi.pl

index e83fe5bced7dff4e3ef3ad205656446e90a28096..6d90947c7c60af1190f0116cc57cbd43ef1bedf3 100755 (executable)
@@ -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';
 ###################################################################################