From: Markus Hofstätter Date: Mon, 29 Nov 2010 15:35:36 +0000 (+0100) Subject: stw alu bugfix X-Git-Tag: bootrom_v1~112 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=commitdiff_plain;h=656bf7daee9e286de92650e9dc3fa7b3496de931 stw alu bugfix --- diff --git a/cpu/src/alu.vhd b/cpu/src/alu.vhd index 9883530..e6ed85a 100755 --- a/cpu/src/alu.vhd +++ b/cpu/src/alu.vhd @@ -20,9 +20,7 @@ entity alu is displacement : in gp_register_t; op_detail : in op_opt_t; alu_state : in alu_result_rec; - alu_result : out alu_result_rec; - addr : out gp_register_t; - data : out gp_register_t + alu_result : out alu_result_rec; ); end alu;