From: Michael Traxler Date: Thu, 8 Sep 2022 11:54:46 +0000 (+0200) Subject: fixed config.vhd for dirich5s and adapted pathes for gsi, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=7f646e4e05b351afc8631bfe16ea701df177683f;p=dirich.git fixed config.vhd for dirich5s and adapted pathes for gsi, mt --- diff --git a/dirich5s/config.vhd b/dirich5s/config.vhd index 5daa38e..081744a 100644 --- a/dirich5s/config.vhd +++ b/dirich5s/config.vhd @@ -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 diff --git a/dirich5s/config_compile_gsi.pl b/dirich5s/config_compile_gsi.pl index 70ad53e..1f3ccc6 100644 --- a/dirich5s/config_compile_gsi.pl +++ b/dirich5s/config_compile_gsi.pl @@ -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,