Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lvalue error encountered when trying to build with verilator #5119

Open
space-devon opened this issue May 15, 2024 · 1 comment
Open

lvalue error encountered when trying to build with verilator #5119

space-devon opened this issue May 15, 2024 · 1 comment
Labels
status: asked reporter Bug is waiting for reporter to answer a question

Comments

@space-devon
Copy link

Can you attach an example that shows the issue? (Must be openly licensed, ideally in test_regress format.)
image

What 'verilator' command line do we use to run your example?
We have a makefile, but the issue doesn't seem to be with our example. There are a lot of subfiles involved, so it's hard to replicate externally.

What 'verilator --version' are you using? Did you try it with the git master version?
This is on version 5.0.1.0. This is the version we need for compatibility with Renode, so we cannot use the master version.

What OS and distribution are you using?
Linux

May we assist you in trying to fix this in Verilator yourself?
Yes

@space-devon space-devon added the new New issue not seen by maintainers label May 15, 2024
@wsnyder
Copy link
Member

wsnyder commented May 15, 2024

We will need an example to debug. If you want to do it yourself, run with --runtime-debug --debug see what the node address is printed at that C++ file line, then search for that address in the .tree files to see where it comes from. See docs/internals.rst for .ore info.

@wsnyder wsnyder added status: asked reporter Bug is waiting for reporter to answer a question and removed new New issue not seen by maintainers labels May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: asked reporter Bug is waiting for reporter to answer a question
Projects
None yet
Development

No branches or pull requests

2 participants