From ce27cd3e281816c234c643ec42151d3682895dc7 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Wed, 16 Dec 2020 10:58:48 +1100 Subject: [PATCH] Disable debug log --- fpga/top-caravel.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/top-caravel.vhdl b/fpga/top-caravel.vhdl index 8c84f44..2946532 100644 --- a/fpga/top-caravel.vhdl +++ b/fpga/top-caravel.vhdl @@ -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