Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
electricflow
Posts: 8
Registered: ‎06-22-2012
0

Re: ADS6424 A2D converter to a SP605 Board with a Spartan 6 45T

Is this a poor device for the application?  Would I be better off using a FPGA from the vertix family? 

 

I am also reading Xapp1064, For anyone else that might be looking for information on this topic. 

Xilinx Employee
austin
Posts: 3,879
Registered: ‎02-27-2008

Re: ADS6424 A2D converter to a SP605 Board with a Spartan 6 45T

e,

 

Only once you have reviewed all the data sheets and have tried to put the design in this part will you know if this is OK, or you need a more capable part.


Often the choice of part is based on cost alone, so if it will not work in a S6 at first, more effort is used to make it work in the S6!


On the surface, not knowing everything, this is what I would call a moderate effort to work in S6, with an average effort to work in a V6 (or K7).

 

The other factor is how much 'stuff' needs to go into the same part?  How fast does that have to run?  You need to start writing your VHDL/verilog, and trying to synthesize, place, and route it on the target parts.  Start small, with the least expensive parts, and then decide which way to go.  You do not finish the layout the pcb (do not get boards) until you have a design which has no errors, meets timing, and runs without errors in the simulator.

 

Austin Lesea
Principal Engineer
Xilinx San Jose
Expert Contributor
eteam00
Posts: 7,505
Registered: ‎07-21-2009

Re: ADS6424 A2D converter to a SP605 Board with a Spartan 6 45T

[ Edited ]

NOTE: updated and corrected per Ed's comments in following post.

 

Is this a poor device for the application?

 

The Spartan-6 device is easily capable of handling the 600Mb/sec interface.

The SP-605 board design FMC ADC add-on module, judging by the observations made by Ed McGettigan, is may be a poor choice.

 

Would I be better off using a FPGA from the vertix family?

 

Virtex-5 or Virtex-6 would also be suitable, based on the limited information you have posted.

 

I am also reading Xapp1064, For anyone else that might be looking for information on this topic.

 

XAPP1064 and XAPP495 are both worth reading for Spartan-6 serial IO design examples.  Remember to separate the board layout (device pinout) problem with SP-605 from the device family capabilities of Spartan-6 (or Virtex-5/6).

 

-- Bob Elkind

SIGNATURE:
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369

Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Xilinx Employee
mcgett
Posts: 3,568
Registered: ‎01-03-2008

Re: ADS6424 A2D converter to a SP605 Board with a Spartan 6 45T

[ Edited ]

> The SP-605 board design, judging by the observations made by Ed McGettigan, is a poor choice.

 

This isn't the SP605 board design it is the FMC module.  A correctly designed FMC module would have no issues implementing the 600 Mb/s interface.  The interface may still work (you should ask the vendor that sold you the module for a SP605 reference design), but it will require additional work as the standard reference material and CoreGen interface were not designed to work with the forced pinout from the FMC module.

------------------------------------------------------------------
Have you tried typing your question into Google? If not you should before posting.
Too many results? Try adding site:www.xilinx.com
Expert Contributor
eteam00
Posts: 7,505
Registered: ‎07-21-2009

Re: ADS6424 A2D converter to a SP605 Board with a Spartan 6 45T

Thanks for the correction, Ed.  My previous post has been updated.

 

-- Bob Elkind

SIGNATURE:
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369

Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Visitor
electricflow
Posts: 8
Registered: ‎06-22-2012
0

Re: ADS6424 A2D converter to a SP605 Board with a Spartan 6 45T

The FMC Module is to go from the Analog to Digital Evaluation Board to the SP605.  The adapter board was not designed specifically to work with the SP605 board.  In the end the A2D and the FPGA will be on the same board, and I will have more flexibility in my choices.  I could Also design my own adapter board prior to making a combined board.  

 

 

Thanks again for the Info!