lhrodovalho
Newbie level 3
- Joined
- Nov 20, 2012
- Messages
- 3
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,283
- Activity points
- 1,312
I'm designing a PGA with a small digital block to control gain selection within it. I used process standard digital cells to make the logic and it worked fine in schematics, but it caused problems with my layout because it doesn't share the same power nets. I used to just override those power nets using netSet properties in my training, using XFAB process. Now I'm using AMS HIT-kit and it doesn't work anymore.
It seems that those standard cells don't have net expression and they are made using gnd! and vdd! symbols from analogLib. The XFAB process had the nets power_vdd and ground_gnd for those nets and it was easy to override them. When I looked at the spectre netlist of my block, it showed vdd_inh and gnd_inh in its pins, but I had no success trying to override them using netSet.
I've researched the following tutorial and also an old Cadence tutorial.
https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/InheritedConnections
It seems that those standard cells don't have net expression and they are made using gnd! and vdd! symbols from analogLib. The XFAB process had the nets power_vdd and ground_gnd for those nets and it was easy to override them. When I looked at the spectre netlist of my block, it showed vdd_inh and gnd_inh in its pins, but I had no success trying to override them using netSet.
I've researched the following tutorial and also an old Cadence tutorial.
https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/InheritedConnections