diff options
Diffstat (limited to 'rtl/src/alu_a_src_mux.v')
-rw-r--r-- | rtl/src/alu_a_src_mux.v | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rtl/src/alu_a_src_mux.v b/rtl/src/alu_a_src_mux.v index 4c68d8d..702f92a 100644 --- a/rtl/src/alu_a_src_mux.v +++ b/rtl/src/alu_a_src_mux.v @@ -2,12 +2,12 @@ // Selects source for alu input a. module alu_a_src_mux ( - input [31:0] src_pc, - input [31:0] src_pc_buf, - input [31:0] src_rd1, - input [31:0] src_rd1_buf, + input [31:0] src_pc, + input [31:0] src_pc_buf, + input [31:0] src_rd1, + input [31:0] src_rd1_buf, - input [2:0] alu_a_src, + input [2:0] alu_a_src, output reg [31:0] alu_a ); |