Hi, I want to make a pull request on the PDK, but ...
# gf180mcu
a
Hi, I want to make a pull request on the PDK, but I'm not sure if it should be made over efabless repo or mabrains development repo. In the pcells, I'm trying to decouple the way that some
draw_*
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 Tork
a
@aquiles viza Please do it on efabless repo