mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-24 05:57:28 -04:00
Fix wait_gnt signal for prefetcher if transaction was aborted
This commit is contained in:
parent
656c391215
commit
18f5ffcd4a
1 changed files with 2 additions and 1 deletions
|
@ -482,6 +482,7 @@ module riscv_prefetch_buffer
|
|||
WAIT_ABORTED: begin
|
||||
// prepare for next request
|
||||
instr_req_o = 1'b1;
|
||||
wait_gnt = 1'b1;
|
||||
|
||||
if (instr_rvalid_i) begin
|
||||
// no need to send address, already done in WAIT_RVALID
|
||||
|
@ -510,7 +511,7 @@ module riscv_prefetch_buffer
|
|||
begin
|
||||
if(rst_n == 1'b0)
|
||||
begin
|
||||
CS <= IDLE;
|
||||
CS <= IDLE;
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue