]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
updating ADC with gsi compile script
authorJan Michel <j.michel@gsi.de>
Thu, 22 Oct 2015 10:03:52 +0000 (12:03 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 22 Oct 2015 10:04:09 +0000 (12:04 +0200)
adcaddon/config_compile_gsi.pl [new file with mode: 0644]
scripts/compile.pl
template/config_compile_gsi.pl

diff --git a/adcaddon/config_compile_gsi.pl b/adcaddon/config_compile_gsi.pl
new file mode 100644 (file)
index 0000000..752d1dd
--- /dev/null
@@ -0,0 +1,12 @@
+TOPNAME                      => "trb3sc_adc",
+lm_license_file_for_synplify => "27000\@lxcad01.gsi.de",
+lm_license_file_for_par      => "1702\@hadeb05.gsi.de",
+lattice_path                 => '/opt/lattice/diamond/3.5_x64/',
+synplify_path                => '/opt/synplicity/K-2015.09',
+synplify_command             => "/opt/synplicity/K-2015.09/bin/synplify_premier_dp",
+
+nodelist_file                => 'nodelist_gsi_template.txt',
+
+firefox_open                 => 0,
+twr_number_of_errors         => 20,
+
index 3f30ee86003b4e6e27578d0c2184a7258dceb586..536fef0345f7238e9edfdb5f559755997d9dc151 100755 (executable)
@@ -97,7 +97,7 @@ close $SOURCE;
 
 $ENV{'PAR_DESIGN_NAME'}=$TOPNAME;
 $ENV{'SYNPLIFY'}=$synplify_path;
-$ENV{'LC_ALL'}="en_US\@UTF-8";
+$ENV{'LC_ALL'}=$synplify_locale_workaround;
 $ENV{'SYN_DISABLE_RAINBOW_DONGLE'}=1;
 $ENV{'LM_LICENSE_FILE'}=$lm_license_file_for_synplify;
 $ENV{'SYNPLIFY_BINARY'}=$config{synplify_binary};
index e931edad7943bbc7c2ecd0dba3e95af1bd19f1d4..29d7ee370507e18104138a0ede795d3d35c6ddab 100644 (file)
@@ -4,7 +4,7 @@ lm_license_file_for_par      => "1702\@hadeb05.gsi.de",
 lattice_path                 => '/opt/lattice/diamond/3.4_x64/',
 synplify_path                => '/opt/synplicity/J-2014.09-SP2',
 #synplify_command             => "/opt/lattice/diamond/3.4_x64/bin/lin64/synpwrap -fg -options",
-synplify_command             => "/opt/synplicity/J-2014.09-SP2/bin/synplify_premier_dp",
+synplify_command             => "/opt/synplicity/K-2015.09/bin/synplify_premier_dp",
 
 nodelist_file                => 'nodelist_gsi_template.txt',