IADanilov
Member level 3
- Joined
- Mar 21, 2008
- Messages
- 54
- Helped
- 5
- Reputation
- 10
- Reaction score
- 4
- Trophy points
- 1,288
- Location
- Moscow, Russia
- Activity points
- 1,707
Hello!
I write VerilogA module which must work together with BSIM model (also written by VerilogA) to obtain advanced facilities in comparison with standart BSIM.
In this case transistor instance is implemented by subcircuit (inline subckt ...) which include two VerilogA modules: BSIM model and my module.
My module must obtain instance name (which is implemented by subcircuit). How can I do this?
Thanks.
I write VerilogA module which must work together with BSIM model (also written by VerilogA) to obtain advanced facilities in comparison with standart BSIM.
In this case transistor instance is implemented by subcircuit (inline subckt ...) which include two VerilogA modules: BSIM model and my module.
My module must obtain instance name (which is implemented by subcircuit). How can I do this?
Thanks.