Ags
04/28/2024, 10:30 PMLeo Moser
04/29/2024, 7:08 AM# creating layout and cell in klayout
c.write_gds(f"nfet_temp.gds")
layout.read(f"nfet_temp.gds")
Maybe the error happens when writing the temporary file? It should be created in the layout/
folder of this tutorial.Ags
04/29/2024, 8:14 AMnfet
and pfet
, different messages show up for other components:
• For cap_vpp
npn_bjt
photodiode
pnp_bjt
rf_bjt
: “TypeError: No overload with matching arguments”
• For res_diff
res_metal
: “TypeError: Cell() argument 1 must be str, not None”
• For vias_gen
: macro crashes with Error message: “UnboundLocalError: cannot access local variable ‘level1’ where is not associated with a valueLeo Moser
04/29/2024, 8:19 AMAgs
04/29/2024, 8:41 AMLeo Moser
04/29/2024, 9:42 AM2024-04-29 11:36:39.258 | INFO | gdsfactory.config:<module>:51 - Load '/home/leo/.local/lib/python3.11/site-packages/gdsfactory' 6.33.0
2024-04-29 11:36:39.314 | INFO | gdsfactory.technology.layer_views:__init__:779 - Importing LayerViews from KLayout layer properties file: /home/leo/.local/lib/python3.11/site-packages/gdsfactory/generic_tech/klayout/tech/layers.lyp.
This means that gdsfactory has been imported successfully.Leo Moser
04/29/2024, 9:43 AMLeo Moser
04/29/2024, 12:38 PMAgs
05/05/2024, 11:30 PM/tmp
Leo Moser
05/07/2024, 5:05 AM