aquiles viza
11/09/2023, 1:49 AMdraw_*
functions register the GDS on Klayout and put that logic on the PCellDeclarationHelper class. It's not complicated but I don't know which repo I should fork.
The motivation is to use functions like draw_nfet
or draw_res
directly with gdsfactory, avoiding the return layout.cell()
and replacing it with return c
. Registration in klayout should happen after draw_*
invocation.
@Amro TorkAmro Tork
11/09/2023, 6:16 AM