soc: Fix -Whide warning

soc.vhdl:847:9⚠️ declaration of "uart1" hides if generate statement [-Whide]
        uart1: uart_top
        ^

Signed-off-by: Joel Stanley <joel@jms.id.au>
pull/390/head
Joel Stanley 2 years ago
parent c6ca844c88
commit dc6a4b1406

@ -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

Loading…
Cancel
Save