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.

[Moved] Problem with the output in a gilbert cell multiplier design

Status
Not open for further replies.

m.afzal

Newbie level 1
Newbie level 1
Joined
Aug 27, 2014
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
6
I am a first time analogue designer and need help with my Gilbert cell multiplier(CMOS 0.18um technology). The problem is that my circuit doesn't bias correctly.I work in low frequency. the output that I need, the plot of four quadrant of multiplier.

Code:
*Gilbert cell analog 5
.options brief
*********************Main circuit**********3
m1  n1 x1 n4 n4 n  L=0.18u   W=50.12u    
m2  n2 n3 n4 n4 n  L=0.18u   W=50.12u 
m3  n1 n3 n5 n5 n  L=0.18u   W=50.12u 
m4  n2 x1 n5 n5 n  L=0.18u   W=50.12u 
m5  n4 y1 n6 n6 n  L=0.18u   W=100.24u 
m6  n5 y2 n6 n6 n  L=0.18u   W=100.24u 

R1 n1 n12 500
R2 n2 n12 500
**********************load library******************13
.lib 'C:\synopsys\Hspice_A-2008.03\mm018.l' tt 
 *****************define stimuli ********************15   
vx1 x1 0 dc=0.6v
vx2 n3 0 dc=-0.6v 
vy1 y1 0 dc=0.4v   
vy2 y2 0 dc=-0.4v 

vdd n12 0 dc=1.8v
vss n6 0 dc=-1.8v

vx	x1	n3     0.2v	
vy	y1	y2	
*************** DC sweep statements **************27      
.op
.dc         vy   -1v     1v    0.5v	     
.probe	dc	v(n1,n2)
.end
 
Last edited by a moderator:

To get help, instead of the netlist better show your schematic (incl. the test bench).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top