-
Notifications
You must be signed in to change notification settings - Fork 288
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
make command fails inside the docker during detail routing #2473
Comments
This looks like a recent bug. Please try with the head. |
I build again by pulling latest code, but stops at same error |
Another observation is, without docker or local installation mode the detail route log as follows:
While running same design inside docker it got error
@vvbandeira any feedback? |
I have the same issue, I followed the instructions in https://openroad-flow-scripts.readthedocs.io/en/latest/user/BuildWithDocker.html My current workaround is
However, I have new errors.
|
This design_is_routed only appears once in the .tcl file.
After commenting this section, I could the GUI part, which also failed in pre-built binaries. |
For the envvar issue, add |
Subject
[Stage]: Detail Router.
Describe the bug
Installed latest ORFS with docker based.
While running with
make
command with default design, it fails with below errorExpected Behavior
successfully complete
make
command inside dockerEnvironment
To Reproduce
Install ORFS with docker based installation.
Inside docker run
make
Relevant log output
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: