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:
committed by
Anton Blanchard
parent
17d93d504a
commit
d1f0ac2e0b
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user