Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
acc_dispatcher: don't issue instruction from buffer if flushing (#2490)
The controller flushes the pipeline and all the unissued instructions in the presence of instructions with side effects (e.g., fence). The accelerator dispatcher buffer (now used with the Ara RVV Vector processor) is flushed when this happens and avoids accepting a new instruction in that cycle, but it does not prevent the actual issuing of instructions during a flush cycle. This fix avoids the issue during a flush cycle.
- Loading branch information