Icarus does undef propagation of const adds incorrectly #15
Comments
|
Yes, what the verinum class add/subtract operators do is entirely sensible, but is not what the Verilog LRM specifies. I'm currently working on the verinum arithmetic operators to fix the result width issue, so will fix this issue as well. |
|
I've pushed a fix for this to the git master branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following module should set both outputs to constant 4'bxxx:
But Icarus Verilog (git 5a06602) does only the case involving a variable
correctly. In the constant case it is too smart and outputs 4'bxx00 instead.
The text was updated successfully, but these errors were encountered: