blob: e5b640d6531daf3997075e3c240ad93ab8ae3ba0 [file] [log] [blame]
################################################################################################
# Copyright 2023 GlobalFoundries PDK Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
################################################################################################
#================================
# ----- DIODE CONNECTIONS -------
#================================
logger.info('Starting LVS DIODE CONNECTIONS')
#================================
# ---- LV DIODE DERIVATIONS ----
#================================
# diode_np_1p8
connect(diode_np_1p8_terminal_n, contact)
# diode_np_1p8_dw
connect(diode_np_1p8_dw_terminal_n, contact)
# diode_pn_1p8
connect(diode_pn_1p8_terminal_p, contact)
# diode_pn_1p8_dw
connect(diode_pn_1p8_dw_terminal_p, contact)
# diode_np_3p3
connect(diode_np_3p3_terminal_n, contact)
# diode_np_3p3_dw
connect(diode_np_3p3_dw_terminal_n, contact)
# diode_pn_3p3
connect(diode_pn_3p3_terminal_p, contact)
# diode_pn_3p3_dw
connect(diode_pn_3p3_dw_terminal_p, contact)
#================================
# ---- MV DIODE DERIVATIONS ----
#================================
# diode_np_6p0
connect(diode_np_6p0_terminal_n, contact)
# diode_np_6p0_dw
connect(diode_np_6p0_dw_terminal_n, contact)
# diode_pn_6p0
connect(diode_pn_6p0_terminal_p, contact)
# diode_pn_6p0_dw
connect(diode_pn_6p0_dw_terminal_p, contact)