mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-20 03:57:18 -04:00
Fix incorrect invalidation address
This commit is contained in:
parent
041d5c7809
commit
a5e284bd43
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ module l2_arbiter
|
|||
//Arbiter side
|
||||
assign inv_response_fifos[i].push = reserv_valid & reserv_store & ~reserv_id_v[i];
|
||||
assign inv_response_fifos[i].potential_push = reserv_valid & reserv_store & ~reserv_id_v[i];
|
||||
assign inv_response_fifos[i].data_in = requests[i].addr;
|
||||
assign inv_response_fifos[i].data_in = reserv_request.addr;
|
||||
end
|
||||
endgenerate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue