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