Reply by eschabor August 10, 20112011-08-10
On Aug 7, 9:00=A0pm, "ECS.MSc.SOC" <mahdiyar.saray...@gmail.com> wrote:
> Hi all > > I want to do a project with a FPGA. The FPGA that I choos is ALTERA > Cyclone III.I think that there is no analog input in that. Of course, > I know that I can use an external ADC(A/D) but I cannot do it because > my inputs and outputs are too much. > > can everyone tell me a FPGA from this family (ALTERA) that have analog > inputs and output? > > Regards
Xilinx's new 7 series FPGAs have dual 1MSPS 12 bit ADCs. This feature is called XADC. Regards, Stephen Silicon on Inspiration www.sioi.com.au
Reply by Phil Emmup August 7, 20112011-08-07
"ECS.MSc.SOC" <mahdiyar.sarayloo@gmail.com> wrote in message 
news:1a84ac7b-ee97-45b5-9bf7-10343d9571b4@g4g2000yqb.googlegroups.com...
> Hi all > > I want to do a project with a FPGA. The FPGA that I choos is ALTERA > Cyclone III.I think that there is no analog input in that. Of course, > I know that I can use an external ADC(A/D) but I cannot do it because > my inputs and outputs are too much. > > can everyone tell me a FPGA from this family (ALTERA) that have analog > inputs and output? > > Regards
AFAIK none of the Altera Cyclone or Stratix series have 'analog' I/O. The only combo devices I am aware of and have tried to use are the Actel Fusion series. The downside is the analog portion tends to have low usable bandwidth (like 1MHz), and the ADC's of low resolution (12bits max) and low sample rate (600kHz) so for most of my applications are a) expensive, and b) unusable. Your best bet if you have limited I/O resource ( and even with plenty of I/O resource!) is to use ADC's and DACs with serial I/O. You can get some pretty decent fast ADC's now with LVDS DDR outputs which will easily interface with your Cyclone III. The trouble with trying to make FPGA's a real total SOC solution is you always end up with a very expensive compromise with lots of spare unusable expensive resource which you have paid for. The same applies (IMHO) with embedding processors in an FPGA. Why pay $200 for an integrated solution when a $20 FPGA and a separate $2 processor fits the bill? Same applies to trying to integrate analog devices on to an FPGA. Just my opinion Phil
Reply by ECS.MSc.SOC August 7, 20112011-08-07
Hi all

I want to do a project with a FPGA. The FPGA that I choos is ALTERA
Cyclone III.I think that there is no analog input in that. Of course,
I know that I can use an external ADC(A/D) but I cannot do it because
my inputs and outputs are too much.

can everyone tell me a FPGA from this family (ALTERA) that have analog
inputs and output?

Regards