You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that there is a tt-support-tools installed with the docker, but using that I get other errors, so I clone my own, hope that is the correct way.
EDIT
Removing the flag in the python file, then followingly gives an error: "lint-off EOFNEWLINE" and "lint-off UNUSEDSIGNAL"
The text was updated successfully, but these errors were encountered:
Unfortunately, just using the devcontainer as a docker image doesn't work, since openlane2 needs to be able to run docker itself within the devcontainer. You may be able to work around this by running docker with the --privileged flag, but I haven't tried that.
The reason verilator is wrong is that openlane can't find docker installed inside your docker container. You can try hardening outside docker, by following the local hardening guide. This will make sure openlane can use docker and have the right tool versions.
Hello, I am using the
devcontainer
that comes with this project.Problem
I get the error:
When I look in the logs I see:
Setup
These are the commands I run:
It fails at the last command.
I noticed that there is a tt-support-tools installed with the docker, but using that I get other errors, so I clone my own, hope that is the correct way.
EDIT
Removing the flag in the python file, then followingly gives an error: "lint-off EOFNEWLINE" and "lint-off UNUSEDSIGNAL"
The text was updated successfully, but these errors were encountered: