Another reset issue...

This commit is contained in:
felsabbagh3
2020-03-29 16:06:13 -07:00
parent b99ba2c413
commit 0a88c97485
2 changed files with 4 additions and 0 deletions

View File

@@ -132,6 +132,9 @@ module VX_cache_miss_resrv
ready_table <= 0;
addr_table <= 0;
pc_table <= 0;
size <= 0;
head_ptr <= 0;
tail_ptr <= 0;
end else begin
if (mrvq_push) begin
valid_table[enqueue_index] <= 1;