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
Instructions with side effects flush the unissued instructions from the controller. The accelerator dispatcher buffer is flushed when this happens and avoids accepting a new instruction, but was not preventing the actual issue during a flush cycle.
- Loading branch information