]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
CTS: Works with A2 ETM and v1.6 TDC, Lattice 2.1 was the clue
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Fri, 28 Feb 2014 13:45:35 +0000 (14:45 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Fri, 28 Feb 2014 13:45:35 +0000 (14:45 +0100)
cts/compile_central_gsi.pl

index 0ce15bebd50c1c6fd77083f3303d6de308b63360..b808f34bc942d9d952e6095c3b950ddc4178e43f 100755 (executable)
@@ -10,9 +10,9 @@ use FileHandle;
 ###################################################################################
 #Settings for this project
 my $TOPNAME                      = "trb3_central";  #Name of top-level entity
-my $lattice_path                 = '/opt/lattice/diamond/2.2_x64';
+my $lattice_path                 = '/opt/lattice/diamond/2.1_x64';
 my $lattice_bin_path             = "$lattice_path/bin/lin64"; # note the lin/lin64 at the end, no isfgpa needed
-my $synplify_path                = '/opt/synplicity/G-2012.09-SP1';
+my $synplify_path                = '/opt/synplicity/F-2012.03-SP1';
 my $lm_license_file_for_synplify = '27000@lxcad01.gsi.de';
 my $lm_license_file_for_par      = '1702@hadeb05.gsi.de';
 ###################################################################################