shift: quickfix & SHIFT_WIDTH vergroessert
[calu.git] / cpu / src / alu_b.vhd
index 5702377306821cf9ce00847ee070b965e5b248ae..c14fcf4fa33b7ef677dd1b4cdd20f16d8fc6b556 100755 (executable)
@@ -130,6 +130,7 @@ begin
                result_v := xor_result;
        when SHIFT_OP =>
                result_v := shift_result;
+               addr(DATA_ADDR_WIDTH + 2) <= '0';
    when LDST_OP =>
                 res_prod := '0';
                 mem_op := '1';