Commit 52e86c95 authored by Andrew Waterman's avatar Andrew Waterman
Browse files

Fix scaladoc for UInt.unary_!

It performs the operation (x === 0.U), just like in C.   The scaladoc
incorrectly described it as performing the operation !x(0).  (Obviously, these
are equivalent for Bool, but not for UInt in general).
parent e6daf967
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment