rajrevanth61
Member level 3
- Joined
- Mar 6, 2014
- Messages
- 65
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 429
Hello Everyone,
I am new to the Verilog-A programming. I have a model for MOSFET switch written in verilog-a. Now I want to construct inverter by instantiating the mosfet model. How do I do this.
Is the instantiating method same as the method used in verilog.
Ex: mosfet mosfet_1(D G S B);
Please help me.
Thank You
I am new to the Verilog-A programming. I have a model for MOSFET switch written in verilog-a. Now I want to construct inverter by instantiating the mosfet model. How do I do this.
Is the instantiating method same as the method used in verilog.
Ex: mosfet mosfet_1(D G S B);
Please help me.
Thank You