Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix for GitHub issue #18 : undef propagation of const multiplies is i…
…ncorrect. When an expression is elaborated, the compiler converts multiplies with one constamt zero operand into a constant zero value. This is only valid if the other operand is not a 4-state variable.
- Loading branch information