1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-11 23:43:15 +00:00

Merge pull request #353 from tianrui-wei/master

fix: fix icache_tb not finishing correctly
This commit is contained in:
Paul Mackerras 2022-06-17 09:46:57 +10:00 committed by GitHub
commit 35e0dbed34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,9 @@ begin
i_out.req <= '0';
i_out.nia <= (others => '0');
i_out.stop_mark <= '0';
i_out.priv_mode <= '1';
i_out.virt_mode <= '0';
i_out.big_endian <= '0';
m_out.tlbld <= '0';
m_out.tlbie <= '0';