rtl multicore fix

This commit is contained in:
Blaise Tine
2020-05-07 02:20:12 -04:00
parent de9fc68ccc
commit 13dfd5c8c7
4 changed files with 6 additions and 9 deletions

View File

@@ -113,7 +113,6 @@ module VX_cache_miss_resrv #(
if (reset) begin
valid_table <= 0;
ready_table <= 0;
addr_table <= 0;
size <= 0;
head_ptr <= 0;
tail_ptr <= 0;