We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bbbf0 commit 15467feCopy full SHA for 15467fe
1 file changed
litedram/extras/litedram-wrapper-l2.vhdl
@@ -962,9 +962,9 @@ begin
962
-- Store new tag in selected way
963
for i in 0 to NUM_WAYS-1 loop
964
if i = refill_way then
965
- tagset := cache_tags(req_index);
+ tagset := cache_tags(refill_index);
966
write_tag(i, tagset, req_tag);
967
- cache_tags(req_index) <= tagset;
+ cache_tags(refill_index) <= tagset;
968
end if;
969
end loop;
970
state <= REFILL_WAIT_ACK;
0 commit comments