Physical Interval of Divisor Contains 0
Physical interval [a,b] of divisor contains zero
Description:
Fixed point code can not be generated, because a division by zero could occur. This would result in an implementation interval of infinite size.
Solution:
Insert a variable for the divisor and specify a meaningful implementation for it (the physical interval should not contain zero).