X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=cpu%2Fsrc%2Falu_b.vhd;fp=cpu%2Fsrc%2Falu_b.vhd;h=e19b52dfd544cbdb0a4eb4b5d0f9036ff3fbb4b9;hb=dd5693dc4dfe9339d3301009e42a8f01fa5a6873;hp=c9e832e9c9ed321c37360beea36476d66e57ad04;hpb=2f1bd33623f23cd0cafd3cd2e5d4d1f620d9a2be;p=calu.git diff --git a/cpu/src/alu_b.vhd b/cpu/src/alu_b.vhd index c9e832e..e19b52d 100755 --- a/cpu/src/alu_b.vhd +++ b/cpu/src/alu_b.vhd @@ -135,6 +135,7 @@ begin result_v.result := right_operand; res_prod := '1'; mem_op := '0'; + addr(DATA_ADDR_WIDTH + 2) <= '0'; end if; if op_detail(ST_OPT) = '1' then mem_en := '1';