Skip to content

Changing the default layer names #75

Answered by qpavsmi
Qvadi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Qvadi,

Everything related to layer configuration is indeed under the klayout_package/python/kqcircuits/layer_config folder. Let me introduce the files that are there:

  • default_layer_props.lyp a file used by KLayout to load the layer properties, to display layer with correct colors, transparency, dithering etc. This can be loaded in KLayout from top toolbar using File > Load Layer Properties. This file is messy xml style file that shouldn't really be modified by hand, unless all other options fail.
  • default_layer_config.py a file to make the KQC code work. In our workflow we group a set of layers and duplicate them over multiple faces of our chip stack. Take for example 1t1 face. The fir…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Qvadi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants