parser: ausdruecke werden erfolgreich geparst, einschraenkungen:
[hwmod.git] / src / beh_alu_tb.vhd
index 8a3f5b3b3c774a3f46a8d448729bbd82a2dcefc5..cb303cece71801bd13a99d7525bacf78d8516542 100644 (file)
@@ -97,6 +97,7 @@ begin
                          -- mul: overflow check und division durch null
                          41 => (-2147483648, ALU_DIV, -1, 0, true),
                          42 => (-2147483648, ALU_DIV, 0, 0, true),
+                         43 => (-4, ALU_DIV, 2, -2, false),
                          others => (0, ALU_ADD, 0, 0, false)
                        );
                variable checkall : boolean := true;