Fixed Cells (Deprecated)#
Deprecated since version v0.2.0: The fixed-GDS cells below are deprecated. Use the equivalent pure-Python parametric cells from the Parametric Cells page instead.
CuPillarPad_fixed#
- ihp.cells.CuPillarPad_fixed()[source]#
Returns CuPillarPad fixed cell.
import ihp c = ihp.cells.CuPillarPad_fixed() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.CuPillarPad_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
L2_IND_LVS_fixed#
- ihp.cells.L2_IND_LVS_fixed()[source]#
Returns L2_IND_LVS fixed cell.
import ihp c = ihp.cells.L2_IND_LVS() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.L2_IND_LVS_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
M1_GatPoly_CDNS_675179387644_fixed#
- ihp.cells.M1_GatPoly_CDNS_675179387644_fixed()[source]#
Returns M1_GatPoly_CDNS_675179387644 fixed cell.
import ihp c = ihp.cells.M1_GatPoly_CDNS_675179387644() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.M1_GatPoly_CDNS_675179387644_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
M2_M1_CDNS_675179387643_fixed#
- ihp.cells.M2_M1_CDNS_675179387643_fixed()[source]#
Returns M2_M1_CDNS_675179387643 fixed cell.
import ihp c = ihp.cells.M2_M1_CDNS_675179387643() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.M2_M1_CDNS_675179387643_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
M3_M2_CDNS_675179387642_fixed#
- ihp.cells.M3_M2_CDNS_675179387642_fixed()[source]#
Returns M3_M2_CDNS_675179387642 fixed cell.
import ihp c = ihp.cells.M3_M2_CDNS_675179387642() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.M3_M2_CDNS_675179387642_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
M4_M3_CDNS_675179387641_fixed#
- ihp.cells.M4_M3_CDNS_675179387641_fixed()[source]#
Returns M4_M3_CDNS_675179387641 fixed cell.
import ihp c = ihp.cells.M4_M3_CDNS_675179387641() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.M4_M3_CDNS_675179387641_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
M5_M4_CDNS_675179387640_fixed#
- ihp.cells.M5_M4_CDNS_675179387640_fixed()[source]#
Returns M5_M4_CDNS_675179387640 fixed cell.
import ihp c = ihp.cells.M5_M4_CDNS_675179387640() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.M5_M4_CDNS_675179387640_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
NoFillerStack_fixed#
- ihp.cells.NoFillerStack_fixed()[source]#
Returns NoFillerStack fixed cell.
import ihp c = ihp.cells.NoFillerStack() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.NoFillerStack_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
SVaricap_fixed#
- ihp.cells.SVaricap_fixed()[source]#
Returns SVaricap fixed cell.
import ihp c = ihp.cells.SVaricap() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.SVaricap_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
TM1_M5_CDNS_675179387645_fixed#
- ihp.cells.TM1_M5_CDNS_675179387645_fixed()[source]#
Returns TM1_M5_CDNS_675179387645 fixed cell.
import ihp c = ihp.cells.TM1_M5_CDNS_675179387645() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.TM1_M5_CDNS_675179387645_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
TM2_TM1_CDNS_675179387646_fixed#
- ihp.cells.TM2_TM1_CDNS_675179387646_fixed()[source]#
Returns TM2_TM1_CDNS_675179387646 fixed cell.
import ihp c = ihp.cells.TM2_TM1_CDNS_675179387646() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.TM2_TM1_CDNS_675179387646_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
TSV_fixed#
- ihp.cells.TSV_fixed()[source]#
Returns TSV fixed cell.
import ihp c = ihp.cells.TSV() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.TSV_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
ViaStack_fixed#
- ihp.cells.ViaStack_fixed()[source]#
Returns ViaStack fixed cell.
import ihp c = ihp.cells.ViaStack() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.ViaStack_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
bondpad_fixed#
- ihp.cells.bondpad_fixed()[source]#
Returns bondpad fixed cell.
import ihp c = ihp.cells.bondpad() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.bondpad_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
chipText_fixed#
- ihp.cells.chipText_fixed()[source]#
Returns chipText fixed cell.
import ihp c = ihp.cells.chipText() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.chipText_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
cmim_fixed#
- ihp.cells.cmim_fixed()[source]#
Returns cmim fixed cell.
import ihp c = ihp.cells.cmim() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.cmim_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
colors_and_stipples_fixed#
- ihp.cells.colors_and_stipples_fixed()[source]#
Returns colors_and_stipples fixed cell.
import ihp c = ihp.cells.colors_and_stipples() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.colors_and_stipples_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
dantenna_fixed#
- ihp.cells.dantenna_fixed()[source]#
Returns dantenna fixed cell.
import ihp c = ihp.cells.dantenna() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.dantenna_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
diffstbprobe_fixed#
- ihp.cells.diffstbprobe_fixed()[source]#
Returns diffstbprobe fixed cell.
import ihp c = ihp.cells.diffstbprobe() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.diffstbprobe_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
diodevdd_2kv_fixed#
- ihp.cells.diodevdd_2kv_fixed()[source]#
Returns diodevdd_2kv fixed cell.
import ihp c = ihp.cells.diodevdd_2kv() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.diodevdd_2kv_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
diodevdd_4kv_fixed#
- ihp.cells.diodevdd_4kv_fixed()[source]#
Returns diodevdd_4kv fixed cell.
import ihp c = ihp.cells.diodevdd_4kv() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.diodevdd_4kv_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
diodevss_2kv_fixed#
- ihp.cells.diodevss_2kv_fixed()[source]#
Returns diodevss_2kv fixed cell.
import ihp c = ihp.cells.diodevss_2kv() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.diodevss_2kv_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
diodevss_4kv_fixed#
- ihp.cells.diodevss_4kv_fixed()[source]#
Returns diodevss_4kv fixed cell.
import ihp c = ihp.cells.diodevss_4kv() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.diodevss_4kv_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
dpantenna_fixed#
- ihp.cells.dpantenna_fixed()[source]#
Returns dpantenna fixed cell.
import ihp c = ihp.cells.dpantenna() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.dpantenna_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
dummy1_fixed#
- ihp.cells.dummy1_fixed()[source]#
Returns dummy1 fixed cell.
import ihp c = ihp.cells.dummy1() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.dummy1_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
inductor2_fixed#
- ihp.cells.inductor2_fixed()[source]#
Returns inductor2 fixed cell.
import ihp c = ihp.cells.inductor2() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.inductor2_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
inductor3_fixed#
- ihp.cells.inductor3_fixed()[source]#
Returns inductor3 fixed cell.
import ihp c = ihp.cells.inductor3() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.inductor3_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
iprobe_fixed#
- ihp.cells.iprobe_fixed()[source]#
Returns iprobe fixed cell.
import ihp c = ihp.cells.iprobe() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.iprobe_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
isolbox_fixed#
- ihp.cells.isolbox_fixed()[source]#
Returns isolbox fixed cell.
import ihp c = ihp.cells.isolbox() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.isolbox_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
lvsres_fixed#
- ihp.cells.lvsres_fixed()[source]#
Returns lvsres fixed cell.
import ihp c = ihp.cells.lvsres() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.lvsres_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
nmosHV_fixed#
- ihp.cells.nmosHV_fixed()[source]#
Returns nmosHV fixed cell.
import ihp c = ihp.cells.nmosHV() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.nmosHV_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
nmos_fixed#
- ihp.cells.nmos_fixed()[source]#
Returns nmos fixed cell.
import ihp c = ihp.cells.nmos() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.nmos_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
nmoscl_2_fixed#
- ihp.cells.nmoscl_2_fixed()[source]#
Returns nmoscl_2 fixed cell.
import ihp c = ihp.cells.nmoscl_2() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.nmoscl_2_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
nmoscl_4_fixed#
- ihp.cells.nmoscl_4_fixed()[source]#
Returns nmoscl_4 fixed cell.
import ihp c = ihp.cells.nmoscl_4() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.nmoscl_4_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
npn13G2L_fixed#
- ihp.cells.npn13G2L_fixed()[source]#
Returns npn13G2L fixed cell.
import ihp c = ihp.cells.npn13G2L() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.npn13G2L_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
npn13G2V_fixed#
- ihp.cells.npn13G2V_fixed()[source]#
Returns npn13G2V fixed cell.
import ihp c = ihp.cells.npn13G2V() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.npn13G2V_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
npn13G2_base_CDNS_675179387640_fixed#
- ihp.cells.npn13G2_base_CDNS_675179387640_fixed()[source]#
Returns npn13G2_base_CDNS_675179387640 fixed cell.
import ihp c = ihp.cells.npn13G2_base_CDNS_675179387640() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.npn13G2_base_CDNS_675179387640_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
npn13G2_fixed#
- ihp.cells.npn13G2_fixed()[source]#
Returns npn13G2 fixed cell.
import ihp c = ihp.cells.npn13G2() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.npn13G2_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
ntap1_fixed#
- ihp.cells.ntap1_fixed()[source]#
Returns ntap1 fixed cell.
import ihp c = ihp.cells.ntap1() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.ntap1_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
ntap_fixed#
- ihp.cells.ntap_fixed()[source]#
Returns ntap fixed cell.
import ihp c = ihp.cells.ntap() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.ntap_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
pmosHV_fixed#
- ihp.cells.pmosHV_fixed()[source]#
Returns pmosHV fixed cell.
import ihp c = ihp.cells.pmosHV() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.pmosHV_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
pmos_fixed#
- ihp.cells.pmos_fixed()[source]#
Returns pmos fixed cell.
import ihp c = ihp.cells.pmos() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.pmos_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
pnpMPA_fixed#
- ihp.cells.pnpMPA_fixed()[source]#
Returns pnpMPA fixed cell.
import ihp c = ihp.cells.pnpMPA() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.pnpMPA_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
ptap1_fixed#
- ihp.cells.ptap1_fixed()[source]#
Returns ptap1 fixed cell.
import ihp c = ihp.cells.ptap1() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.ptap1_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
ptap_fixed#
- ihp.cells.ptap_fixed()[source]#
Returns ptap fixed cell.
import ihp c = ihp.cells.ptap() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.ptap_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
rfcmim_fixed#
- ihp.cells.rfcmim_fixed()[source]#
Returns rfcmim fixed cell.
import ihp c = ihp.cells.rfcmim() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.rfcmim_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
rfnmosHV_fixed#
- ihp.cells.rfnmosHV_fixed()[source]#
Returns rfnmosHV fixed cell.
import ihp c = ihp.cells.rfnmosHV() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.rfnmosHV_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
rfnmos_fixed#
- ihp.cells.rfnmos_fixed()[source]#
Returns rfnmos fixed cell.
import ihp c = ihp.cells.rfnmos() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.rfnmos_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
rfpmosHV_fixed#
- ihp.cells.rfpmosHV_fixed()[source]#
Returns rfpmosHV fixed cell.
import ihp c = ihp.cells.rfpmosHV() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.rfpmosHV_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
rfpmos_fixed#
- ihp.cells.rfpmos_fixed()[source]#
Returns rfpmos fixed cell.
import ihp c = ihp.cells.rfpmos() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.rfpmos_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
rhigh_fixed#
- ihp.cells.rhigh_fixed()[source]#
Returns rhigh fixed cell.
import ihp c = ihp.cells.rhigh() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.rhigh_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
rppd_fixed#
- ihp.cells.rppd_fixed()[source]#
Returns rppd fixed cell.
import ihp c = ihp.cells.rppd() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.rppd_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
rsil_fixed#
- ihp.cells.rsil_fixed()[source]#
Returns rsil fixed cell.
import ihp c = ihp.cells.rsil() c.plot()
(
Source code,png,hires.png,pdf)
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.rsil_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
schottky_nbl1_fixed#
- ihp.cells.schottky_nbl1_fixed()[source]#
Returns schottky_nbl1 fixed cell.
import ihp c = ihp.cells.schottky_nbl1() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.schottky_nbl1_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
scr1_fixed#
- ihp.cells.scr1_fixed()[source]#
Returns scr1 fixed cell.
import ihp c = ihp.cells.scr1() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.scr1_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
sealring_CDNS_675179387642_fixed#
- ihp.cells.sealring_CDNS_675179387642_fixed()[source]#
Returns sealring_CDNS_675179387642 fixed cell.
import ihp c = ihp.cells.sealring_CDNS_675179387642() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.sealring_CDNS_675179387642_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
sealring_complete_fixed#
- ihp.cells.sealring_complete_fixed()[source]#
Returns sealring_complete fixed cell.
import ihp c = ihp.cells.sealring_complete() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.sealring_complete_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)
sealring_corner_CDNS_675179387641_fixed#
- ihp.cells.sealring_corner_CDNS_675179387641_fixed()[source]#
Returns sealring_corner_CDNS_675179387641 fixed cell.
import ihp c = ihp.cells.sealring_corner_CDNS_675179387641() c.plot()
- Return type:
Component
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from ihp import PDK
from ihp import cells
PDK.activate()
c = cells.sealring_corner_CDNS_675179387641_fixed().copy()
c.draw_ports()
c.plot()
(Source code, png, hires.png, pdf)