Merge pull request #353 from tianrui-wei/master

fix: fix icache_tb not finishing correctly
master
Paul Mackerras 2 years ago committed by GitHub
commit 35e0dbed34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save