]> jspc29.x-matter.uni-frankfurt.de Git - trb5sc.git/commitdiff
remove old constant
authorJan Michel <michel@physik.uni-frankfurt.de>
Tue, 16 May 2023 09:32:55 +0000 (11:32 +0200)
committerJan Michel <michel@physik.uni-frankfurt.de>
Tue, 16 May 2023 09:32:55 +0000 (11:32 +0200)
mimosis/config.vhd

index 55941eb16517c2255250e557a24fef5ae9c54eed..5374934e43a88833193a2a8ca1b8955d38831711 100644 (file)
@@ -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));