Open akiles-esta-usado opened 11 months ago
@FaragElsayed2 I believe that's a klayout issue not the PDK. Could we please give it a try and see if we have this same behavoir at our end on our ubuntu 22.04 installation?
I've updated the description because of new problems related with this issue.
Expected Behavior
When trying to instantiate a pfet pcell it should give a visual guidance of empty polygons.
Actual Behavior
The first time a pfet is placed, it shows nothing. Modifying the pcell fixes it.
Steps to Reproduce the Problem
To reproduce this problem we use this docker container created by our team. It has gf180mcuC configured as default PDK, with all the changes recommended on the youtube video.
klayout -e
and create a new layoutSpecifications
New discovery
Using PDK gf180mcuD and gdsfactory=7.8.16, changing pcell parameters don't fix the problem, just makes pcell crash. I've install the new gdsfactory version with
pip install gdsfactory[cad] --upgrade
.