Hello everyone, I'm encountering an issue in KLayo...
# ieee-sscs-dc-23
p
Hello everyone, I'm encountering an issue in KLayout. When I instantiate a
cap_mim
Pcell with the minimum dimensions (5x5), I receive a DRC error as shown in the attached image. However, upon measuring the instantiated cap, it seems to adhere to the specified rules. Interestingly, even when I increase the dimensions, the same DRC error persists despite the rules being met. Can anyone help me understand and resolve this?
f
Which variant did you use for DRC run ? Also which MIMCAP you have used ?
p
The one in the image is option A, but I still tried option B and it was the same error. I ran run_drc.py --variant=C from this repository: https://github.com/efabless/globalfoundries-pdk-libs-gf180mcu_fd_pv/tree/main/klayout/drc
f
message has been deleted
For variant C, you have to use
MIM-B
with
M4-M5
metal level. Please make sure that you have used latest version for PCells from here
p
thank you very much, it works