Hi, I generated a gds file and there are 19 proble...
# magic
s
Hi, I generated a gds file and there are 19 problems. Does anyone know how I can see the problems? Thank you.
m
feedback save NIST_final2.gds.out
You can use any file name.
s
Thank you for your response. When I get feedback, I face a message (in the attached picture) Do you know what the issue is? Thanks
m
It is my understanding that magic requires all the layers that determine a device type exist on the same level of hierarchy. For example, it is not permissible to create a generic diffusion resistor as a pcell and add nsdm or psdm to create s n-diffusion or p-diffusion resistor. It looks like the automatically created
NSDM/PSDM/HVI
layers are conflicting across hierarchies. You could try this command to see the actual NSDM cif layer output. You can do the same with
PSDM
or
HVI
.
cif see NSDM
use
feedback clear
to erase these virtual layers.