Merge pull request #263 from antonblanchard/reset-pid

Initialize PID register
cache-tlb-parameters-2
Paul Mackerras 3 years ago committed by GitHub
commit 5f8279a14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);

Loading…
Cancel
Save