From ec31cfc50a588f1ed67cb0e979c13dcc70dd16f3 Mon Sep 17 00:00:00 2001 From: Michael Traxler Date: Thu, 8 Sep 2022 14:14:22 +0200 Subject: [PATCH] no ADC, mt --- dirich5s/config.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirich5s/config.vhd b/dirich5s/config.vhd index 081744a..fc7106b 100644 --- a/dirich5s/config.vhd +++ b/dirich5s/config.vhd @@ -47,7 +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_ADC : integer := c_NO; constant INCLUDE_LCD : integer := c_NO; --800 slices constant INCLUDE_DEBUG_INTERFACE: integer := c_NO; --300 slices -- 2.43.0