Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Fully Differential Opamp Verilog-A Model

Status
Not open for further replies.

imranlanker

Newbie level 1
Joined
Feb 27, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
opamp veriloga

Hi guys,

I'm looking for a sample veriloga code to model a fully differential opamp. I need it for the RSD stage of pipeline ADC simulation.

Thanks,
Imran.
 

differential op amp

imranlanker said:
I'm looking for a sample veriloga code to model a fully differential opamp.
Imran.
You could start from examples from the Cadence ahdlLib/opamp
s. $CDS_INST_DIR/tools/dfII/samples/artist/spectreHDL/Verilog-A/analog/opamp.va
... and change the non-differential output to a differential one, perhaps using the ahdlLib/diffdriver template,
s. $CDS_INST_DIR/tools/dfII/samples/artist/spectreHDL/Verilog-A/func/diffdriver.va

HTH, erikl
 
The examples in ahdlLib are so simple.
They could not fit our needs.
 

Well, on the other hand the universe of "needs" is guaranteed
to exceed anybody's available time & patience, and you have to
pick something that's "good enough" for the simple and use the
detailed model where it's not - and figure out when.

There's nothing stopping you from supplementing the shells
you can find, with whatever you find lacking. At least you
have a working shell with basic function.
 

Thanks d. freebird, that's a good one!
 

Hi

I found cadance example.
And, tried to modify this example to add output limitation.
But. I could not.

Pls tell me.

Thanks.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top