From: Jan Michel Date: Thu, 22 Oct 2015 10:03:52 +0000 (+0200) Subject: updating ADC with gsi compile script X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f8d1d09e3516800921d964b562702077768099d2;p=trb3sc.git updating ADC with gsi compile script --- diff --git a/adcaddon/config_compile_gsi.pl b/adcaddon/config_compile_gsi.pl new file mode 100644 index 0000000..752d1dd --- /dev/null +++ b/adcaddon/config_compile_gsi.pl @@ -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, + diff --git a/scripts/compile.pl b/scripts/compile.pl index 3f30ee8..536fef0 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -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}; diff --git a/template/config_compile_gsi.pl b/template/config_compile_gsi.pl index e931eda..29d7ee3 100644 --- a/template/config_compile_gsi.pl +++ b/template/config_compile_gsi.pl @@ -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',