From: Joel Stanley Date: Mon, 8 Aug 2022 10:54:54 +0000 (+0930) Subject: soc: Fix -Whide warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc6a4b14067df2cdc44fd8daf57f912588537639;p=microwatt.git soc: Fix -Whide warning soc.vhdl:847:9:warning: declaration of "uart1" hides if generate statement [-Whide] uart1: uart_top ^ Signed-off-by: Joel Stanley --- diff --git a/soc.vhdl b/soc.vhdl index ec3a8a3..6842473 100644 --- a/soc.vhdl +++ b/soc.vhdl @@ -841,7 +841,7 @@ begin -- -- Always 16550 if it exists -- - uart1: if HAS_UART1 generate + uart1_16550: if HAS_UART1 generate signal irq_l : std_ulogic; begin uart1: uart_top