Verilator bug in extending $signed #733
Closed
Comments
|
Original Redmine Comment This was caused by the fix for #�, and did not exist in previous versions. Please see notes in #�. |
|
Original Redmine Comment Fixed in git; never in release. |
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: 733 from https://www.veripool.org
Original Date: 2014-04-06
The following module should output 4'b1111 but Verilator GIT 14fcfd8 outputs 4'b0001 instead.
A self-contained test can be found here:
http://svn.clifford.at/handicraft/2014/verilatortest/ test003.{v,cc,sh}
The text was updated successfully, but these errors were encountered: