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.

look for a CCO(current-controlled circiut) best in .18 technology

Status
Not open for further replies.
I don't see an initial drive on the FET gates?
Thanks for reply.
First , I used Hspice to simulate the circuit shown on the web site. Please help if you see any error. The program is compiled with no error. However, the circuit is not self-oscillating.:-|

*******netlist file*********************
.subckt cco n1_g p1_d vdd vdds gnd gnds
Mp1 p1_d gnd vdd vdds mepch L=0.25u W=0.5u
mn1 p1_d n1_g gnd gnds mench L=0.3u W=3u
.ends

.subckt ccoc n1_g out1 out2
Xcco1 n1_g out1 vdd vdds gnd gnds cco
Xcco2 out1 out2 vdd vdds gnd gnds cco
Xcco3 out2 n1_g vdd vdds gnd gnds cco
.ends

************.sp file*****************
.lib '/home/graduate/m0047225/mm018.l' tt_m
.inc 'vcotest6.netlist'

.global vdd vdds gnd gnds

vvdd vdd 0 1.8v
vvdds vdds 0 1.8v
vgnd gnd 0 0
vgnds gnds 0 0


Xccoc1 n1_g out1 out2 ccoc

*output initialization
.ic i(n1_g)=0
.ic v(n1_g)=0
.ic v(out1)=0
.ic v(out2)=0


Vn1_g n1_g 0 1.8v

.tran 0.1ns 1000ns
.probe tran
.option post
.op
*.option autostop
.end
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top