1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-18 16:17:59 +00:00

Disable second uart since we aren't using it

This commit is contained in:
Anton Blanchard
2020-12-13 17:34:39 +11:00
committed by Anton Blanchard
parent 17d93d504a
commit d1f0ac2e0b

View File

@@ -20,7 +20,7 @@ entity toplevel is
SPI_FLASH_DEF_QUAD : boolean := true;
LOG_LENGTH : natural := 16;
UART_IS_16550 : boolean := true;
HAS_UART1 : boolean := true;
HAS_UART1 : boolean := false;
HAS_JTAG : boolean := true
);
port(