blob: deae1236adc46d803436dd54d5c0993b784d7e5a [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')
# diode_np_1p8
connect(diode_np_1p8_terminal_n, contact)
connect(diode_np_1p8_terminal_p, ptap)
# diode_pn_1p8
connect(diode_pn_1p8_terminal_p, contact)
# diode_np_3p3
connect(diode_np_3p3_terminal_n, contact)
connect(diode_np_3p3_terminal_p, ptap)
# diode_pn_3p3
connect(diode_pn_3p3_terminal_p, contact)
# diode_nwp
connect(diode_nwp_terminal_n, contact)
connect(diode_nwp_terminal_p, contact)
# diode_np_1p8_nat
connect(diode_np_1p8_nat_terminal_n, contact)
connect(diode_np_1p8_nat_terminal_p, contact)
# diode_np_3p3_nat
connect(diode_np_3p3_nat_terminal_n, contact)
connect(diode_np_3p3_nat_terminal_p, contact)
# diode_dnwpw
connect(diode_dnwpw_terminal_p, contact)
# diode_dnwps
connect(diode_dnwps_terminal_p, contact)