From: Jan Michel Date: Tue, 16 May 2023 09:32:55 +0000 (+0200) Subject: remove old constant X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e5a08bc2c03bbd5b24bba64035b2391c5b2dc133;p=trb5sc.git remove old constant --- diff --git a/mimosis/config.vhd b/mimosis/config.vhd index 55941eb..5374934 100644 --- a/mimosis/config.vhd +++ b/mimosis/config.vhd @@ -106,7 +106,6 @@ function generateIncludedFeatures return std_logic_vector is t(16 downto 16) := std_logic_vector(to_unsigned(USE_GBE,1)); t(28 downto 28) := std_logic_vector(to_unsigned(1-SERDES_NUM,1)); - t(40 downto 40) := std_logic_vector(to_unsigned(INCLUDE_LCD,1)); t(42 downto 42) := std_logic_vector(to_unsigned(INCLUDE_SPI,1)); t(43 downto 43) := std_logic_vector(to_unsigned(INCLUDE_UART,1)); t(44 downto 44) := std_logic_vector(to_unsigned(INCLUDE_STATISTICS,1));