Looking at the current pcells, it seems that drawing the `LVPWELL` for nfet: https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/blob/11770e5e5bae2a2072899e7ef282c080e6c5d762/cells/klayout/pymacros/cells/draw_mos.py#L192-L195 is gated by having `deepnwell` param enabled: https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/blob/11770e5e5bae2a2072899e7ef282c080e6c5d762/cells/klayout/pymacros/cells/draw_mos.py#L172 Are those two always tied together? looking at the design manual there seems to be a valid use case for using `LVPWELL` outside of `DNWELL`: https://gf180mcu-pdk.readthedocs.io/en/latest/physical_verification/design_manual/drm_07_04.html > If this layer is used without DNWELL (outside DNWELL), the body of all those transistors will by default be connected to P-substrate potential. @atorkmabrains @RTimothyEdwards
Looking at the current pcells, it seems that drawing the
LVPWELLfor nfet:globalfoundries-pdk-libs-gf180mcu_fd_pr/cells/klayout/pymacros/cells/draw_mos.py
Lines 192 to 195 in 11770e5
is gated by having
deepnwellparam enabled:globalfoundries-pdk-libs-gf180mcu_fd_pr/cells/klayout/pymacros/cells/draw_mos.py
Line 172 in 11770e5
Are those two always tied together? looking at the design manual there seems to be a valid use case for using
LVPWELLoutside ofDNWELL:https://gf180mcu-pdk.readthedocs.io/en/latest/physical_verification/design_manual/drm_07_04.html
@atorkmabrains @RTimothyEdwards