From 48205bf3e8d421b6aa0474a4d120ae5faaaaa670 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Mon, 13 May 2024 07:46:45 +0200 Subject: refactoring, runs now on fpga --- src/alu_a_src_mux.v | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/alu_a_src_mux.v') 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 ); -- cgit v1.2.3