X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=cpu%2Fsrc%2Falu.vhd;fp=cpu%2Fsrc%2Falu.vhd;h=9883530306d497326980cf5405754c2d5a42289f;hb=9b9e39f3672127dd87ea9dd022bddb3df3c2bef3;hp=7950c6c4ef8cd713bd8c8a06dfe9b0fe6fc92192;hpb=a695f86468fef6300ad69a97b128d3e358f38854;p=calu.git diff --git a/cpu/src/alu.vhd b/cpu/src/alu.vhd index 7950c6c..9883530 100755 --- a/cpu/src/alu.vhd +++ b/cpu/src/alu.vhd @@ -16,7 +16,8 @@ entity alu is cond : in condition_t; op_group : in op_info_t; left_operand : in gp_register_t; - right_operand : in gp_register_t; + right_operand : in gp_register_t; + displacement : in gp_register_t; op_detail : in op_opt_t; alu_state : in alu_result_rec; alu_result : out alu_result_rec;