The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 22nd, 2024, 4:32am
Pages: 1
Send Topic Print
Cyclic ADC (Read 7727 times)
veerendra
New Member
*
Offline



Posts: 1
banglore
Cyclic ADC
Sep 20th, 2009, 11:46pm
 
Is it possible to design 10bit 4MSPS cyclic ADC with 0.5mW Power onsumption in 90nm with  1v supply?.
Back to top
 
 
View Profile veerendra   IP Logged
vivkr
Community Fellow
*****
Offline



Posts: 780

Re: Cyclic ADC
Reply #1 - Sep 21st, 2009, 11:27pm
 
veerendra wrote on Sep 20th, 2009, 11:46pm:
Is it possible to design 10bit 4MSPS cyclic ADC with 0.5mW Power onsumption in 90nm with  1v supply?.



That is a very strange question. Do you want to design a 10b ADC or do you want only a cyclic ADC? It could also be SAR for instance.

Anyway, as to whether something is possible or not depends entirely on the ingenuity of the designer, but taking into account the figure of merit requirements, in this case

FOM = Power/(2^ENOB*Fs), where I liberally assume ENOB = N = 10 bits, we come to 122 fJ/step. That is aggressive but considering that you are aiming for a 10 b ADC which is on the lower end of resolution and your ENOB probably can be as bad as 9.5 or even 9 bits, I would say it is doable.

By the way, there are a few 10 b ADCs that would meet those FOM requirements (look through the high-speed ADC sections at ISSCC), although they aim for much higher speeds. My advice would be to use a SAR ADC, with some redundancy in it. Check out the paper by Kuttner at ISSCC (I think it was 2001 or 2002).

Regards,

Vivek
Back to top
 
 
View Profile   IP Logged
RobG
Community Fellow
*****
Offline



Posts: 570
Bozeman, MT
Re: Cyclic ADC
Reply #2 - Sep 24th, 2009, 8:26pm
 
veerendra wrote on Sep 20th, 2009, 11:46pm:
Is it possible to design 10bit 4MSPS cyclic ADC with 0.5mW Power onsumption in 90nm with  1v supply?.

Like Vivek said, your are pushing the limits. A SAR or maybe a pipeline, but not a cyclic. Cyclic aren't a very power efficient ADC topology.

rg

Back to top
 
 
View Profile   IP Logged
vivkr
Community Fellow
*****
Offline



Posts: 780

Re: Cyclic ADC
Reply #3 - Sep 24th, 2009, 10:41pm
 
RobG wrote on Sep 24th, 2009, 8:26pm:
veerendra wrote on Sep 20th, 2009, 11:46pm:
Is it possible to design 10bit 4MSPS cyclic ADC with 0.5mW Power onsumption in 90nm with  1v supply?.

Like Vivek said, your are pushing the limits. A SAR or maybe a pipeline, but not a cyclic. Cyclic aren't a very power efficient ADC topology.

rg



Hi Rob,

Cyclic and pipeline are essentially similar, although I would not agree with your claim that a cyclic ADC is less power-efficient than a pipeline. Rather, the two are inherently equally efficient, but work better in different cases - the pipeline for higher speed and the cyclic for lower. It is for the designer to decide which of the two is better for a given application, considering that the cyclic of course needs to run approx. Mx faster than an M-stage pipeline and is a little harder to scale in cap size (but easier if you want to scale conversion step times).

Although the SAR also needs to do a full Nx conversion, one can relax the design requirements considerably by employing Kuttner's scheme, and scaling of the individual bit conversion cycles is also possible.

Regards,

Vivek
Back to top
 
 
View Profile   IP Logged
RobG
Community Fellow
*****
Offline



Posts: 570
Bozeman, MT
Re: Cyclic ADC
Reply #4 - Sep 30th, 2009, 12:44pm
 
vivkr wrote on Sep 24th, 2009, 10:41pm:
Hi Rob,

Cyclic and pipeline are essentially similar, although I would not agree with your claim that a cyclic ADC is less power-efficient than a pipeline. Rather, the two are inherently equally efficient, but work better in different cases - the pipeline for higher speed and the cyclic for lower. It is for the designer to decide which of the two is better for a given application, considering that the cyclic of course needs to run approx. Mx faster than an M-stage pipeline and is a little harder to scale in cap size (but easier if you want to scale conversion step times).


I believe the pipeline wins because you can scale the power consumption of the "M" MDACs in a pipeline, but in a cyclic (aka algorithmic) you just have one opamp doing the work at "M" times the sampling rate. In addition, low freq sampling is the realm of SARs and oversampling ADCs. The FOMs of SARs have been crushing anything else out there for moderate resolution.

I could be missing something... the only advantage to cyclic seems to be size.

rg
Back to top
 
 
View Profile   IP Logged
vivkr
Community Fellow
*****
Offline



Posts: 780

Re: Cyclic ADC
Reply #5 - Oct 1st, 2009, 1:45am
 
Hi Rob,

While it is true that SARs have been steamrolling the competition at moderate rates, there are certain advantages of the cyclic ADC as well. Mind you, it is not that I am a fan of cyclic but the following points weigh in its favor:

1. You don't need to build a full N-bit DAC like in SAR. This usually presents a huge load. There are ways around that too but generally, the cyclic does this the same way as a pipeline. Of course, the cyclic/pipeline caps are larger due more kTC noise.

2. While the conversion time per stage in a pipeline is fixed at Ts, the cyclic can operate with a tapered conversion step (you should be familiar with the work done by Gil-cho and Mingyu at OSU), i.e. MSB residues get more time to do their job than LSB residues. Consider also that it is far far easier to adjust residue generation times than it is to scale pipeline stages (as in a pipelined ADC) due to the considerable design and layout effort which goes with that (Design cost is also a parameter).

3. Although there is no fundamental restriction on it, the SAR algo is going to be binary search or close to it. The cyclic frees you from this requirement by allowing arbitrary choice of gain which may allow some level of cycle-cycle scaling as well in terms of power consumption/capbank size etc. which may require limited overhead in design.

4. The cyclic does have a size advantage in most cases as you point out although I am not sure if it can compete with the SAR on size, since there is an opamp sitting there, and atleast for moderate resolution (< 10 b), the SAR ought to be smaller.

Finally, the designer needs to see which type of ADC is the best match for the requirements.

Vivek
Back to top
 
 
View Profile   IP Logged
RobG
Community Fellow
*****
Offline



Posts: 570
Bozeman, MT
Re: Cyclic ADC
Reply #6 - Oct 1st, 2009, 5:39am
 
That was a great summary. I hadn't thought of using a tapered conversion step as I was thinking their work was more about calibration. Now you have my mind gears spinning.
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.