Files
vortex/hw
Hansung Kim a15f4fd483 [BUGFIX] Set mem_req_mask to 0 for fence
Fence instructions have address field set to X's which propagates to
cache_req_ready, causing issue stalls.  Fix this by setting req_mask to all-zero
so that they can be handled unaffected by x-propagation.

Setting req_valid to 0 does not fix the problem because the LSU only commits
instructions when they have a matching response coming back.
2024-02-01 22:44:33 -08:00
..
2023-10-19 20:51:22 -07:00
2023-11-03 08:12:03 -04:00
2023-11-06 00:16:24 -08:00
2023-10-19 20:51:22 -07:00
2023-10-19 20:51:22 -07:00
2024-01-25 23:23:17 -08:00