mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
37f4d05393
commit
1d626588ef
1 changed files with 3 additions and 0 deletions
3
hw/rtl/cache/VX_cache_mshr.sv
vendored
3
hw/rtl/cache/VX_cache_mshr.sv
vendored
|
@ -169,6 +169,9 @@ module VX_cache_mshr #(
|
|||
if (finalize_is_release) begin
|
||||
valid_table_n[finalize_id] = 0;
|
||||
end
|
||||
// warning: This code allows 'finalize_is_pending' to be asserted regardless of hit/miss
|
||||
// to reduce the its propagation delay into the MSHR. this is safe because wrong updates
|
||||
// to 'next_table_n' will be cleared during 'allocate_fire' below.
|
||||
if (finalize_is_pending) begin
|
||||
next_table_x[finalize_previd] = 1;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue