Commit 91f20ccb authored by Chick Markley's avatar Chick Markley Committed by GitHub
Browse files

Fix style of literal creators (#637)

* Fix style of literal creators
Literal creators for UInt, SInt and Bool were declared with parens, but
virtually all uses of these methods do not use parens.  This is for
issue #539.
This fix is an API breaking change. If anyone has used parens, e.g.
val x = 1.U()
This will now be an error

* remove trailing parens from literal creators in IntegerMathTester
parent aa5db4c4
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