Unverified Commit baaa2adc authored by Chick Markley's avatar Chick Markley Committed by GitHub
Browse files

Fixed bug with unary minus on FixedPoint and Interval (#2154)

In `Bits.scala`, `FixedPoint` and `Interval` did not defeine the `do_unary_-` methods (the `do_`) was missing
The recent PR #2124 combined with the above fact made DspTools break. This fix is necessary to get
that repo to build.
parent cba0ba65
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