<#320 Bondpad support> Pull request opened by <Krz...
# ihp-sg13g2
g
#320 Bondpad support Pull request opened by KrzysztofHerman This PR contains the following elements to provide bond pad support in the PDK: Note This library is a temporary one since a new one is under development. 1. Symbol
bondpad.sym
for
xschem
in
sg13g2_pr
2. NGspice and Xyce libraries
sg13g2_bondpad.lib
, which contain a placeholder for a model 3. Xschem testcases for ngspice and xyce 4. A python based parametric cell
bondpad.py
image The schematic with a bond pad symbol
bondpad.sym
creates the following entry in the spice netlist:
Copy code
XX1 in bondpad size=80u shape=0 padtype=0
XX2 GND bondpad size=80u shape=0 padtype=0
XX3 out bondpad size=80u shape=0 padtype=0
Size defines the size of the bounding box of the bondpad. Shape can be square (0), circle (1) or octagonal (2) Padtype defines if it is used as a
bondpad
or
probepad
IHP-GmbH/IHP-Open-PDK All checks have passed 1/1 successful checks