mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Clear prefetch bit when branch is incoming
This commit is contained in:
parent
cc90e85471
commit
2f89182e8b
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ module prefetch_L0_buffer
|
|||
begin
|
||||
current_address <= {addr_i[31:4],4'b0000};
|
||||
pointer_cs <= addr_i[3:2];
|
||||
is_prefetch_q <= 1'b0;
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue