-
Enable Floating Point Unit Exceptions:
Enables exceptions generated by the floating point unit (FPU). The FPU throws exceptions for
all of the IEEE standard conditions: underflow, overflow, divide-by-zero, and illegal
operations. In addition, the MicroBlaze FPU throws a
de-normalized operand exception. Important: To select this option, ensure to enable Enable Floating Point Unit in MicroBlaze Configuration Wizard: General Page.
-
Enable Integer Divide Exception: Causes an
exception if the divisor (rA) provided to the
idiv
oridivu
instruction is zero, or if an overflow occurs foridiv
.Important: To select this option, ensure to enable Enable Integer Multiplier in MicroBlaze Configuration Wizard: General Page.