| ################################################################################################ |
| # 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. |
| ################################################################################################ |
| |
| #================================ |
| # ------ BJT CONNECTIONS -------- |
| #================================ |
| logger.info('Starting LVS BJT CONNECTIONS') |
| |
| # ============== |
| # ---- vnpn ---- |
| # ============== |
| |
| # npn_02p00x02p00 nodes connections |
| connect(npn_02p00x02p00_e, contact) |
| connect(npn_02p00x02p00_b, contact) |
| connect(npn_02p00x02p00_c, contact) |
| |
| # npn_05p00x05p00 nodes connections |
| connect(npn_05p00x05p00_e, contact) |
| connect(npn_05p00x05p00_b, contact) |
| connect(npn_05p00x05p00_c, contact) |
| |
| # ============== |
| # ---- vpnp ---- |
| # ============== |
| |
| # pnp_10p00x10p00 nodes connections |
| connect(pnp_10p00x10p00_e, contact) |
| connect(pnp_10p00x10p00_b, contact) |
| connect(pnp_10p00x10p00_c, contact) |
| |
| # pnp_05p00x05p00 nodes connections |
| connect(pnp_05p00x05p00_e, contact) |
| connect(pnp_05p00x05p00_b, contact) |
| connect(pnp_05p00x05p00_c, contact) |
| |
| # pnp_05p00x00p42 nodes connections |
| connect(pnp_05p00x00p42_e, contact) |
| connect(pnp_05p00x00p42_b, contact) |
| connect(pnp_05p00x00p42_c, contact) |
| |
| # pnp_1p2x2p5 nodes connections |
| connect(pnp_1p2x2p5_e, contact) |
| connect(pnp_1p2x2p5_b, contact) |
| connect(pnp_1p2x2p5_c, contact) |
| |
| # pnp_00p46x1p2 nodes connections |
| connect(pnp_00p46x1p2_e, contact) |
| connect(pnp_00p46x1p2_b, contact) |
| connect(pnp_00p46x1p2_c, contact) |
| |
| # pnp_00p46x00p46 nodes connections |
| connect(pnp_00p46x00p46_e, contact) |
| connect(pnp_00p46x00p46_b, contact) |
| connect(pnp_00p46x00p46_c, contact) |