From 776e3b4815efa9b19cba0a0a67d8b41fef4d73d9 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Tue, 15 Dec 2020 09:20:40 +1100 Subject: [PATCH] Disable BOOT_CLOCKS in flash controller --- spi_flash_ctrl.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spi_flash_ctrl.vhdl b/spi_flash_ctrl.vhdl index e34a7c0..f59de13 100644 --- a/spi_flash_ctrl.vhdl +++ b/spi_flash_ctrl.vhdl @@ -12,7 +12,7 @@ entity spi_flash_ctrl is DEF_QUAD_READ : boolean := false; -- Use quad read with 8 clk dummy -- Dummy clocks after boot - BOOT_CLOCKS : boolean := true; -- Send 8 dummy clocks after boot + BOOT_CLOCKS : boolean := false; -- Send 8 dummy clocks after boot -- Number of data lines (1=MISO/MOSI, otherwise 2 or 4) DATA_LINES : positive := 1