1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-05 18:49:06 +00:00

Disable debug log

This commit is contained in:
Anton Blanchard
2020-12-16 10:58:48 +11:00
committed by Anton Blanchard
parent 5326455c02
commit ce27cd3e28

View File

@@ -18,7 +18,7 @@ entity toplevel is
SPI_FLASH_OFFSET : integer := 0;
SPI_FLASH_DEF_CKDV : natural := 4;
SPI_FLASH_DEF_QUAD : boolean := false;
LOG_LENGTH : natural := 8;
LOG_LENGTH : natural := 0;
UART_IS_16550 : boolean := true;
HAS_UART1 : boolean := false;
HAS_JTAG : boolean := true