#
6008d57d |
| 16-Mar-2023 |
happy-lx <[email protected]> |
dcache: optimize the ready signal of missqueue (#1965)
Add a custom arbiter. In the case of multiple sources with the same
cache block address, the arbiter will assign only one entry in
misssqueue
dcache: optimize the ready signal of missqueue (#1965)
Add a custom arbiter. In the case of multiple sources with the same
cache block address, the arbiter will assign only one entry in
misssqueue but ready for all same cache block address requests.
This will reduce the number of replays of the load instruction which cannot
enter the missqueue
show more ...
|