- cache_data[{rd_idx,cache_fill_pos}] <= bus_rdata;
- cache_fill_pos <= cache_fill_pos + 1;
- if (cache_fill_pos == 15) begin /* Done? */
- cache_tags[rd_idx] <= rd_tag;
- cache_valid[rd_idx] <= 1;
- $display("ICACHE: Fill complete for line %x, tag %x", rd_idx, rd_tag);
+ cache_data[{rd_idx_0a,cache_fill_pos_0a}] <= bus_rdata;
+ cache_fill_pos_0a <= cache_fill_pos_0a + 1;
+ if (cache_fill_pos_0a == 15) begin /* Done? */
+ cache_tags[rd_idx_0a] <= rd_tag_0a;
+ cache_valid[rd_idx_0a] <= 1;
+ $display("ICACHE: Fill complete for line %x, tag %x", rd_idx_0a, rd_tag_0a);