Incorrect results with XNOR/shift expression #776
Closed
Comments
|
Original Redmine Comment Fixed in git towards 3.861. There is a specific optimization for "(a>>b) op (c>>b)" -> "(a op c)>>b" which shouldn't have been applied to an XNOR. |
|
Original Redmine Comment In 3.862. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Author Name: Clifford Wolf (@cliffordwolf)
Original Redmine Issue: 776 from https://www.veripool.org
Original Date: 2014-05-25
Original Assignee: Wilson Snyder (@wsnyder)
This should always return
y=4'b1111, but Verilator f705f9b only does this fora=0:Self-contained test case:
http://svn.clifford.at/handicraft/2014/verilatortest/test019.v
http://svn.clifford.at/handicraft/2014/verilatortest/test019.cc
http://svn.clifford.at/handicraft/2014/verilatortest/test019.sh
The text was updated successfully, but these errors were encountered: