Does anyone know if there is a way to set the default visible/invisible layers in klayout?
m
Does anyone know if there is a way to set the default visible/invisible layers in klayout?
a
You can save the current visibility status in the layer list from File -> Save Layer Properties and then overwrite the .lyp file that comes with the tech files. You can also just modify the existing .lyp file (under
~/.klayout/tech/SKY130
for example) by setting those below to false/true as desired.
Copy code
<visible>true</visible>
👍 1
m
This option doesn't actually seem to do that... 😕
OOops, no, I edited the wrong layer. 🙂