mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-13 15:18:09 +00:00
fetch1: Fix debug stop again
This fixes a bug which prevents the core from stopping properly. The
same bug was previously fixed in commit e41cb01bca99 ("fetch1: Fix
debug stop", 2020-12-19) and reintroduced by commit 0fb207be6069
("fetch1: Implement a simple branch target cache", 2020-12-19).
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
parent
e598c2aef8
commit
7c240a664b
@ -93,7 +93,7 @@ begin
|
||||
end if;
|
||||
-- always send the up-to-date stop mark and req
|
||||
r.stop_mark <= stop_in;
|
||||
r.req <= not rst;
|
||||
r.req <= not rst and not stop_in;
|
||||
end if;
|
||||
end process;
|
||||
log_out <= log_nia;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user