Replies: 3 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.
0 replies
-
|
This is about Chisel 7.x. Thank you for pointing out! Yes, it is discussed in #4929. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
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.
1 reply
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.
-
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