Corrected bit count for readpage (now works on real HW)

This commit is contained in:
Markus Koch 2017-02-26 20:38:29 +01:00
parent d3b2ea88b5
commit cbda2c1302
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ begin
delay_cnt := delay_cnt + 1;
end if;
when LOADPAGE =>
run_command_single(32, 8, 34, 258, FLASHROM_COMMAND_CONT_ARRAY_READ & page);
run_command_single(32, 8, 40, 259, FLASHROM_COMMAND_CONT_ARRAY_READ & page);
if spif_data_next = '1' or command_is_latched then
command_is_latched <= true;
spif_data_in_length <= 8;