F
freetree
Guest
[help]cadence skill :
how to get the whole net names that connected to a instance.
I want to get the actual net names of /I1/I0/M0,which should be "inp"
or "ind"...
I need to get them in command line,and can not use Mouse to select
them.
Thanks a lot
netlist example:
-----------------------------------------
//the netlist created
subckt por1 vss vdd por
M0 (por vdd vss net01) nch l=1u w=5u
R0 (por vddďź resistor r=10
ends por1
subckt por2 vss vdd vset
M0 (vdd vset vss net01) nch l=1u w=10u
I0 (vdd vss vset) por1
ends por2
I1 (inx inp ind ) por2
M0 (inx inp ind net01) nch l=1u w=10u
R1 (net01 1) resistor r=100m
how to get the whole net names that connected to a instance.
I want to get the actual net names of /I1/I0/M0,which should be "inp"
or "ind"...
I need to get them in command line,and can not use Mouse to select
them.
Thanks a lot
netlist example:
-----------------------------------------
//the netlist created
subckt por1 vss vdd por
M0 (por vdd vss net01) nch l=1u w=5u
R0 (por vddďź resistor r=10
ends por1
subckt por2 vss vdd vset
M0 (vdd vset vss net01) nch l=1u w=10u
I0 (vdd vss vset) por1
ends por2
I1 (inx inp ind ) por2
M0 (inx inp ind net01) nch l=1u w=10u
R1 (net01 1) resistor r=100m