-
Notifications
You must be signed in to change notification settings - Fork 296
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 |
I have added Now, I have the following error:
Any suggestions would be much appreciated. Thanks. |
@simi1505 |
@vijayank88 I tried to use ORFS with IIC-OSIC-TOOLS since Yosys, Openroad, etc. are already installed in there. I opened an issue in the repo of IIC-OSIC-TOOLS (iic-jku/IIC-OSIC-TOOLS#80), since this might be related to it. If not, I will open a new issue here. |
@vijayank88 @simi1505 does this error still happen with the latest code on the master branch? |
@vvbandeira The latest update of the IIC-OSIC-Tools fixed it for me. If you are interested, here is the issue history: iic-jku/IIC-OSIC-TOOLS#80 I also created a GitHub repo template (https://github.com/simi1505/SG13G2_ASIC-Design-Template) for analog-digital mixed-signal simulation for SG13G2 PDK and IIC-OSIC-Tools using ORFS and Ngspice (Xschem). This works just fine for me now. Thanks! |
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: