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.

Need verilog sample code for interfacing ADC (ADS8556) with fpga V5.

Status
Not open for further replies.

sid_PESIT

Newbie level 2
Newbie level 2
Joined
Feb 28, 2013
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,293
Hellow,

I am working on a project which includes ADC interfacing FPGA. I have very little idea about it. Please provide a sample code in verilog, which can help.

Thank you!!
 

Please go through this doc.**broken link removed**
It is having sample code and documentation and simulation outputs also.Hope it will useful to you.
 

Please go through this doc.**broken link removed**
It is having sample code and documentation and simulation outputs also.Hope it will useful to you.

Thank you for the reply sureshaa. But i have already went through that document and it only speaks about serial inteface.

I need to go with 16 channel, simultaneous sampling, parallel ADC interface.

Any other suggestions??


Regards,
Sid
 

There wont be any different in serial interface and parallel interface of ADC.
If you developed for one channel it can be repeated for 16 channel. Upto my knowledge there wont be any difference for each channel.
If it is yes please share the data sheet.
Things has to taken care while design ADC interface are sample rate and sampling frequency and Format of data(which is available in datasheet).
When I go through the datasheet, I come to know f = 36 Mhz to 100 Khz. And 6 channnel, 16,14,12 bit support.
So Write a one FSM which is operation on any freq within range and send the 16 or 14 or 12 bit data to all 6 channel. That is enough.And Take care of CS, reset timing.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top