RTL code refactoring
This commit is contained in:
@@ -5,8 +5,8 @@ module VX_d_e_reg (
|
||||
input wire reset,
|
||||
input wire in_branch_stall,
|
||||
input wire in_freeze,
|
||||
VX_frE_to_bckE_req_inter vx_frE_to_bckE_req,
|
||||
VX_frE_to_bckE_req_inter vx_bckE_req
|
||||
VX_frE_to_bckE_req_if vx_frE_to_bckE_req,
|
||||
VX_frE_to_bckE_req_if vx_bckE_req
|
||||
);
|
||||
|
||||
wire stall = in_freeze;
|
||||
|
||||
@@ -5,8 +5,8 @@ module VX_f_d_reg (
|
||||
input wire reset,
|
||||
input wire in_freeze,
|
||||
|
||||
VX_inst_meta_inter fe_inst_meta_fd,
|
||||
VX_inst_meta_inter fd_inst_meta_de
|
||||
VX_inst_meta_if fe_inst_meta_fd,
|
||||
VX_inst_meta_if fd_inst_meta_de
|
||||
|
||||
);
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ module VX_i_d_reg (
|
||||
input wire reset,
|
||||
input wire in_freeze,
|
||||
|
||||
VX_inst_meta_inter fe_inst_meta_fd,
|
||||
VX_inst_meta_inter fd_inst_meta_de
|
||||
VX_inst_meta_if fe_inst_meta_fd,
|
||||
VX_inst_meta_if fd_inst_meta_de
|
||||
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user