RTL refactoring

This commit is contained in:
Blaise Tine
2020-04-21 07:13:56 -07:00
parent b6ce2dd3b8
commit 5798cf6e15
7 changed files with 39 additions and 32 deletions

View File

@@ -70,7 +70,7 @@ VX_gpr_stage gpr_stage (
.gpr_stage_delay (gpr_stage_delay)
);
VX_lsu load_store_unit (
VX_lsu_unit lsu_unit (
.clk (clk),
.reset (reset),
.lsu_req_if (lsu_req_if),
@@ -109,7 +109,7 @@ VX_csr_pipe #(
.stall_gpr_csr(stall_gpr_csr)
);
VX_writeback wb (
VX_writeback writeback (
.clk (clk),
.reset (reset),
.mem_wb_if (mem_wb_if),