Fix an issue in flash controller when BOOT_CLOCKS is false
authorAnton Blanchard <anton@linux.ibm.com>
Mon, 14 Dec 2020 05:54:07 +0000 (16:54 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Mon, 14 Dec 2020 05:54:07 +0000 (16:54 +1100)
commitc870040a20c23423a5e65efb1913198bfc366fae
tree09320a82fae19682a78b6f92c25cf9c646a48cda
parent7c8bc85e44af03c31600ee434ff579d762076b4b
Fix an issue in flash controller when BOOT_CLOCKS is false

If BOOT_CLOCKS is false we currently get stuck in the flash
state machine. This patch from Ben fixes it.

Also fix an x state issue I see in icarus verilog where we need
to reset auto_state.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
spi_flash_ctrl.vhdl