]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
added compile script and config files for wasa project
authorCahit <c.ugur@gsi.de>
Wed, 21 Oct 2015 16:00:10 +0000 (18:00 +0200)
committerCahit <c.ugur@gsi.de>
Wed, 21 Oct 2015 16:00:10 +0000 (18:00 +0200)
wasa/compile.pl [new symlink]
wasa/config_compile.pl [new symlink]
wasa/config_compile_frankfurt.pl [new file with mode: 0644]
wasa/config_compile_gsi.pl [new file with mode: 0644]

diff --git a/wasa/compile.pl b/wasa/compile.pl
new file mode 120000 (symlink)
index 0000000..4456748
--- /dev/null
@@ -0,0 +1 @@
+../scripts/compile.pl
\ No newline at end of file
diff --git a/wasa/config_compile.pl b/wasa/config_compile.pl
new file mode 120000 (symlink)
index 0000000..67b86a0
--- /dev/null
@@ -0,0 +1 @@
+config_compile_gsi.pl
\ No newline at end of file
diff --git a/wasa/config_compile_frankfurt.pl b/wasa/config_compile_frankfurt.pl
new file mode 100644 (file)
index 0000000..877b174
--- /dev/null
@@ -0,0 +1,20 @@
+TOPNAME                      => "trb3sc_basic",
+lm_license_file_for_synplify => "1702\@hadeb05.gsi.de", #"27000\@lxcad01.gsi.de";
+lm_license_file_for_par      => "1702\@hadeb05.gsi.de",
+lattice_path                 => '/d/jspc29/lattice/diamond/3.5_x64',
+synplify_path                => '/d/jspc29/lattice/synplify/J-2014.09-SP2/',
+synplify_command             => "/d/jspc29/lattice/diamond/3.5_x64/bin/lin64/synpwrap -fg -options",
+#synplify_command             => "/d/jspc29/lattice/synplify/J-2014.09-SP2/bin/synplify_premier_dp",
+
+nodelist_file                => 'nodelist_frankfurt.txt',
+
+
+#Include only necessary lpf files
+#pinout_file                  => '', #name of pin-out file, if not equal TOPNAME
+include_TDC                  => 0,
+include_GBE                  => 0,
+
+#Report settings
+firefox_open                 => 0,
+twr_number_of_errors         => 20,
+
diff --git a/wasa/config_compile_gsi.pl b/wasa/config_compile_gsi.pl
new file mode 100644 (file)
index 0000000..3d19e20
--- /dev/null
@@ -0,0 +1,17 @@
+TOPNAME                      => "trb3_periph_padiwa",
+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/J-2015.03-SP1',
+#synplify_command             => "/opt/lattice/diamond/3.5_x64/bin/lin64/synpwrap -fg -options",
+synplify_command             => "/opt/synplicity/J-2015.03-SP1/bin/synplify_premier_dp",
+
+nodelist_file                => 'nodes_gsi.txt',
+
+include_TDC                  => 1,
+include_GBE                  => 0,
+
+
+twr_number_of_errors         => 20,
+firefox_open                 => 0,
+