aboutsummaryrefslogtreecommitdiff
path: root/src/alu_a_src_mux.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/alu_a_src_mux.v')
-rw-r--r--src/alu_a_src_mux.v6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/alu_a_src_mux.v b/src/alu_a_src_mux.v
index 0518e0a..b51dd5b 100644
--- a/src/alu_a_src_mux.v
+++ b/src/alu_a_src_mux.v
@@ -1,6 +1,10 @@
module alu_a_src_mux (
- input [31:0] src_pc, src_pc_buf, src_rd1_buf,
+ input [31:0] src_pc,
+ input [31:0] src_pc_buf,
+ input [31:0] src_rd1_buf,
+
input [1:0] alu_a_src,
+
output reg [31:0] alu_a
);