Commit a8d8132
committed
[source] fix a corner case highlighted in RedMulE for misaligned access
In some corner case, visible in RedMulE before this fix, spurious
gnt's without a related req may be back-propagated from hci_core_fifo
to the addr_misaligned fifo in hci_core_source. This causes phantom
address transactions to propagate.1 parent 9095c85 commit a8d8132
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
0 commit comments