Replies: 1 comment
-
I'm also having this problem with Intellij IDEA reporting errors:
and
These errors will occur everywhere the I tried to roll back the code on the chisel main branch and I found that this pr was causing these problems: #4768 It seems that we may need to make some fixes and adjustments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying out Chisel-7.0.0-RC1, and looks good so far, except the Intellij error messages.
While my Chisel code compiles without issues, Intellij shows "No implicit arguments of type: SourceInfo" (e.g., after IO), which is a bit annoying. I didn't see such error message with Chisel 6.7.0 or earlier.
I can suppress the error message by adding: implicit val info: SourceInfo = UnlocatableSourceInfo
But my question is: in Chisel 7.x, should we define an implicit val outself?
Beta Was this translation helpful? Give feedback.
All reactions