pipeline refactoring

This commit is contained in:
Blaise Tine
2020-07-21 05:22:47 -04:00
parent e2100e9e87
commit dc7efbcfb4
31 changed files with 1437 additions and 6038 deletions

View File

@@ -61,9 +61,9 @@ module VX_execute #(
.lsu_commit_if (lsu_commit_if)
);
VX_csr_pipe #(
VX_csr_unit #(
.CORE_ID(CORE_ID)
) csr_pipe (
) csr_unit (
.clk (clk),
.reset (reset),
.perf_cntrs_if (perf_cntrs_if),