1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-08 22:01:36 +00:00

Initialize PID register

If the PID register is read before it is written we'll consume
X state data.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2021-01-03 16:46:28 +11:00
committed by Anton Blanchard
parent 39c826aa46
commit 740f013284

View File

@@ -88,6 +88,7 @@ begin
r.pt0_valid <= '0';
r.pt3_valid <= '0';
r.prtbl <= (others => '0');
r.pid <= (others => '0');
else
if rin.valid = '1' then
report "MMU got tlb miss for " & to_hstring(rin.addr);