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:
commit
35e0dbed34
@ -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…
x
Reference in New Issue
Block a user