alu: error flag setzen bei overflow/underflow bzw. bei division durch 0
[hwmod.git] / src / parser.vhd
index e9778da86dc854f58c84f4016e1727e92fa7f2e5..a2a2cafc73aee2aa74895449e68b043296444072 100644 (file)
@@ -159,7 +159,7 @@ begin
        -- out
        process(state_int, p_read, p_write_int, z_int, rbyte_int, p_rget_int,
                strich_int, aktop_int, opp_int, opcode_int, op1_int, op2_int, op3,
-               do_calc_int)
+               do_calc_int, wtmp_int)
                function hbyte2csigned (x : hbyte) return csigned is
                        variable y : csigned;
                begin