Y
yvk
Guest
Hi,
I want to access the DC OP of the subcircuit and do some manipulations, finally want this as a function call to apply on all the instances in the design.
ex: inverter subcircuit with mosfets Mp and Mn.
evaluate (gmn+gmp)/(gdsp+gdsn) and return it to function.
if I simply want to tell the instance name of inverter as input to the function how do I start accessing the OP of devices Mp,Mn here inside the skill function defn?
(I did create it by sending gm,gds etc as inp arguments to func call everytime and it works very well)
thanks,
yvk
I want to access the DC OP of the subcircuit and do some manipulations, finally want this as a function call to apply on all the instances in the design.
ex: inverter subcircuit with mosfets Mp and Mn.
evaluate (gmn+gmp)/(gdsp+gdsn) and return it to function.
if I simply want to tell the instance name of inverter as input to the function how do I start accessing the OP of devices Mp,Mn here inside the skill function defn?
(I did create it by sending gm,gds etc as inp arguments to func call everytime and it works very well)
thanks,
yvk