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

@@ -175,6 +175,7 @@ module VX_cache_req_queue
always @(posedge clk) begin
if (reset) begin
updated_valids <= 0;
use_per_valids <= 0;
use_per_addr <= 0;
use_per_writedata <= 0;