Drag & drop in KLayout
In this video show how to use drag and drop feature in Klayout. First, we generate a library of building blocks using Nazca and load it as a library file into Klayout. Then, we show how to place cells from the library into the layout.
We used Nazca version 0.2 to prepare this video. To generate the demofab library of building blocks using Nazca version 0.3 use the following syntax:
import nazca as nd import nazca.demofab as demo nd.export_gds(demo.BBcells)