about AMS modeling in Cadence

E

Eric

Guest
Hello everyone,

I am doing behavioral modeling of a frequency synthesizer using
Verilog-AMS. I use ncvlog for compilation. I wonder if anyone knows how
to instantiate the spectre analog premitives in verilog-AMS. I would
like to use the mosfet model in spectre, how to do that?? Thank you in
advance

Best wishes
Eric
 
Eric:
For more information, see the "Instantiating Analog Primitives and
Subcircuits"
chapter of the Cadence AMS Simulator User Guide.

resistor #(.r(100K)) RL (out, pwr) ; //Instantiate resistor
isource #(.dc(ibias)) Iin (gnd, in) ; //Instantiate isource
---
Erik
 

Welcome to EDABoard.com

Sponsor

Back
Top