master merge fixes

This commit is contained in:
Blaise Tine
2021-04-04 21:12:12 -07:00
27 changed files with 399 additions and 281 deletions

View File

@@ -168,8 +168,7 @@ module VX_cache #(
.NUM_BANKS (NUM_BANKS)
) flush_ctrl (
.clk (clk),
.reset (reset),
.flush (flush),
.reset (reset || flush),
.addr_out (flush_addr),
.valid_out (flush_enable)
);