Replies: 4 comments 2 replies
-
|
Which version of Chisel are you using? I think this might be similar to the issue we discussed earlier in #4929. |
Beta Was this translation helpful? Give feedback.
-
|
This is about Chisel 7.x. Thank you for pointing out! Yes, it is discussed in #4929. |
Beta Was this translation helpful? Give feedback.
-
|
I'm using Chisel 7.9.0. SyncReadMem's methods (e.g., read, write) are marked as 'cannot resolve symbol' if 'Error highlighting' is set to 'Built-in'. |
Beta Was this translation helpful? Give feedback.
-
|
This should be fixed by Chisel v7.11.0 (just released, artifacts should be available in a couple of hours). For future similar issues, please file issues against IntelliJ itself (https://youtrack.jetbrains.com/issues/IDEA) as these are their bugs, not ours, and working around them takes non-trivial effort. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The "Cannot resolve symbol" error in IntelliJ when working with Chisel may be caused by IntelliJ’s default Scala error highlighting.
It does not look like this has been discussed here (apologies if this is overlapping).
You can fix it by changing the highlighting mode:
After switching to Compiler, the false errors should disappear.
I currently change this setting manually for each new project. Is there a way to make "Compiler" the default for all new projects?
Beta Was this translation helpful? Give feedback.
All reactions