From d3b2ea88b5a70ab709cd144d2a2aef4d4fc75af2 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sun, 26 Feb 2017 18:30:25 +0100 Subject: [PATCH] Fixed bug in flashrom_spi causing the clock to be active for too long --- cores/flashrom-wb/flashrom_spi.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/flashrom-wb/flashrom_spi.vhd b/cores/flashrom-wb/flashrom_spi.vhd index 9d330cd..d79a303 100644 --- a/cores/flashrom-wb/flashrom_spi.vhd +++ b/cores/flashrom-wb/flashrom_spi.vhd @@ -129,6 +129,7 @@ begin data_next <= '1'; else delayCycle <= '1'; + pseudoEdge <= true; end if; else bitCounter <= bitCounter + 1;