Skip to content
Snippets Groups Projects
Commit 8bc250d3 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

spi flash: fix two off-by-one bugs that were cancelling out

c_status_time was one cycle longer than it should be!
this led to the arria5 requiring g_dummy_time-1 in c_vstatus_data
==> after fixing: must increase g_input_to_output_cycles on arria5

there was also a wrong calculation for s_wip with single-lane mode
it was working also by luck because WEL and WIP are usually set
together and are side-by-side, thus masking the c_status_time bug.
parent 9a909631
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment