1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-03 01:57:45 +00:00

Disable BOOT_CLOCKS in flash controller

This commit is contained in:
Anton Blanchard
2020-12-15 09:20:40 +11:00
committed by Anton Blanchard
parent d852dedfe4
commit 9877db9b97

View File

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