Commit 5cf2987
committed
library/spi_engine: fix execution
Fixes the bug related to the sdo lane config instruction, which
was high all the time and not for a single cycle. That was causing
the data_assemble module to be rebuilding the lookup table, and
consequently affecting the output of the offload mode.
Removed lane_index_d because it is not necessary anymore. Both FIFO
and OFFLOAD modes are using the valid_indices lookup table.
Signed-off-by: Carlos Souza <[email protected]>1 parent 4ad911a commit 5cf2987
File tree
2 files changed
+1
-3
lines changed- library/spi_engine/spi_engine_execution
2 files changed
+1
-3
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
150 | | - | |
151 | 149 | | |
152 | 150 | | |
153 | 151 | | |
| |||
158 | 156 | | |
159 | 157 | | |
160 | 158 | | |
161 | | - | |
162 | 159 | | |
163 | 160 | | |
164 | 161 | | |
| |||
0 commit comments