Unverified Commit ca902680 authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

Fix warning injected into user code by @chiselName (#2500)

In Scala 2.13, Auto-application to `()` is deprecated. Any nullary
method (ie. a method with no arguments) that is defined with () must now
be called with (). @chiselName used to inject a case of this warning
into user code which would then cause a warning on the @chiselName macro
that the user has no way to fix.
parent 6975f77f
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