Daniel Arevalos
04/30/2024, 1:16 PMFarag Elsayed
04/30/2024, 3:46 PMres_
prefix in their names.
For example
# Old
** sch_path: /home/ac3e/Documents/ihp_design/klayout/netlist/rdiv_notsep.sch
.subckt rdiv_testcase vss in_p vout
*.PININFO vss:B in_p:B vout:B
R2 vss in_p res_rhigh w=0.5e-6 l=30e-6 m=1 b=0
R1 in_p vout res_rhigh w=0.5e-6 l=10e-6 m=1 b=0
.ends
.end
# New
** sch_path: /home/ac3e/Documents/ihp_design/klayout/netlist/rdiv_notsep.sch
.subckt rdiv_testcase vss in_p vout
*.PININFO vss:B in_p:B vout:B
R2 vss in_p rhigh w=0.5e-6 l=30e-6 m=1 b=0
R1 in_p vout rhigh w=0.5e-6 l=10e-6 m=1 b=0
.ends
.end