Fixed bug in flashrom_spi causing the clock to be active for too long
This commit is contained in:
parent
bf1e95a576
commit
d3b2ea88b5
@ -129,6 +129,7 @@ begin
|
|||||||
data_next <= '1';
|
data_next <= '1';
|
||||||
else
|
else
|
||||||
delayCycle <= '1';
|
delayCycle <= '1';
|
||||||
|
pseudoEdge <= true;
|
||||||
end if;
|
end if;
|
||||||
else
|
else
|
||||||
bitCounter <= bitCounter + 1;
|
bitCounter <= bitCounter + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user