Improving critical path

This commit is contained in:
fares
2019-11-18 13:11:05 -05:00
parent c6d56f11c3
commit c09a15069b
2 changed files with 24 additions and 6 deletions

View File

@@ -106,6 +106,8 @@ VX_csr_wrapper VX_csr_wrapper(
);
VX_writeback VX_wb(
.clk (clk),
.reset (reset),
.VX_mem_wb (VX_mem_wb),
.VX_inst_exec_wb (VX_inst_exec_wb),
.VX_csr_wb (VX_csr_wb),