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/arithmetic_unit.v | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/arithmetic_unit.v') diff --git a/src/arithmetic_unit.v b/src/arithmetic_unit.v index 7902e8c..261b526 100644 --- a/src/arithmetic_unit.v +++ b/src/arithmetic_unit.v @@ -1,6 +1,9 @@ module arithmetic_unit ( - input [31:0] a, b, + input [31:0] a, + input [31:0] b, + input [1:0] op, + output reg [31:0] result ); -- cgit v1.2.3