Posit-HDL-Arithmetic
Posit-HDL-Arithmetic copied to clipboard
Zero Property of Multiplication
The zero property of multiplication states that the product of any number and zero is always zero. However, in the implementation: zero = zero1&zero2; In my opinion, it should be: zero = zero1|zero2; Could you help me understand this?