]> jspc29.x-matter.uni-frankfurt.de Git - dirich.git/commitdiff
fixed config.vhd for dirich5s and adapted pathes for gsi, mt
authorMichael Traxler <M.Traxler@gsi.de>
Thu, 8 Sep 2022 11:54:46 +0000 (13:54 +0200)
committerMichael Traxler <M.Traxler@gsi.de>
Thu, 8 Sep 2022 11:54:46 +0000 (13:54 +0200)
dirich5s/config.vhd
dirich5s/config_compile_gsi.pl

index 5daa38e294af6ee8ad5a6c8ece5285d1d09fa5e6..081744aa55460a0b7188c2d3a52ca6de2f989a47 100644 (file)
@@ -47,6 +47,7 @@ package config is
    
     constant INCLUDE_UART           : integer  := c_NO;  --300 slices
     constant INCLUDE_SPI            : integer  := c_YES; --300 slices --needed for Dirich2
+    constant INCLUDE_ADC            : integer  := c_YES; 
     constant INCLUDE_LCD            : integer  := c_NO;  --800 slices
     constant INCLUDE_DEBUG_INTERFACE: integer  := c_NO; --300 slices
 
index 70ad53e36074a64d381e42790157069f7a241854..1f3ccc614a2089d020baeb4d8a239d5e48c4e68a 100644 (file)
@@ -4,18 +4,18 @@ Package     => 'CABGA381',
 Speedgrade  => '8',
 
 TOPNAME                      => "dirich5s",
-lm_license_file_for_synplify => "27000\@lxcad01.gsi.de",
+lm_license_file_for_synplify => "27000\@lxcad03.gsi.de",
 lm_license_file_for_par      => "1702\@hadeb05.gsi.de",
-lattice_path                 => '/opt/lattice/diamond/3.8_x64',
-synplify_path                => '/opt/synplicity/K-2015.09',
+lattice_path                 => '/opt/lattice/diamond/3.12',
+synplify_path                => '/opt/synplicity/R-2020.09-SP1',
 #synplify_command             => "/opt/lattice/diamond/3.5_x64/bin/lin64/synpwrap -fg -options",
-synplify_command             => "/opt/synplicity/K-2015.09/bin/synplify_premier_dp",
+synplify_command             => "/opt/synplicity/R-2020.09-SP1/bin/synplify_premier_dp",
 
-nodelist_file                => '../nodes_lxhadeb07.txt',
+nodelist_file                => '',
 pinout_file                  => 'dirich5s',
 par_options                  => '../par.p2t',
 
-    
+
 include_TDC                  => 1,
 include_GBE                  => 0,