Disable second uart since we aren't using it

caravel-20210105
Anton Blanchard 3 years ago committed by Anton Blanchard
parent 6bc8b3e7ad
commit 03e213a393

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

Loading…
Cancel
Save