From e5a08bc2c03bbd5b24bba64035b2391c5b2dc133 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 16 May 2023 11:32:55 +0200 Subject: [PATCH] remove old constant --- mimosis/config.vhd | 1 - 1 file changed, 1 deletion(-) 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)); -- 2.43.0