-
Notifications
You must be signed in to change notification settings - Fork 297
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
[ERROR] LEF Cell 'spi_DEF_FILL' has no matching GDS/OAS cell. Cell will be empty when running ihp-sg13g2 examples #2616
Comments
@KrzysztofHerman Maybe this has to do with the |
This is interesting. I was building OR from latest commit, and run on IHP PDK, and I do get the error and I am also not having fill... How can we find out the difference between the nightly run and my installation? |
Are you using the IHP PDK from ORFS? What commit ids of OR & ORFS are you using? What version of KLayout? What OS? |
I have the feeling, looking at the log, that no fill generation is even run. Stage 6 is finished, and the comes this, but I see no fill action:
|
@hpretl @maliberty I have faced the same issues on my installation. It seems there are two issues here:
I will rework the scripts and the IHP examples to correctly map the layers and do not use fillers. |
@KrzysztofHerman Excellent, thank you! |
@KrzysztofHerman @maliberty A side comment: In our IIC-OSIC-TOOLS I now install two versions of OpenROAD starting with tag |
ORFS default setup used KLayout 0.28.8 had no issues and complete successfully. |
Subject
[Flow] for any util, flow Makefile, or flow script issues.
Describe the bug
When running the stock
ihp-sg13g2
examples (e.g., thespi
block), the following error pops up. Likely something is wrong with the fill procedure, as the resulting GDS cell is empty; in other words, there is no fill.Expected Behavior
Fill should be in the GDS, and the Makefile runs w/o errors.
Environment
Not feasible as using self-compiled OpenROAD, but this likely has nothing to do with the issue above.
To Reproduce
export DESIGN_CONFIG=./designs/ihp-sg13g2/spi/config.mk
make
Relevant log output
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: