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
Regular Visitor
rhayne
Posts: 12
Registered: ‎01-02-2012
0

Overclocking Virtex 5

Good day.

 

I have an ML507 board which has Virtex 5. I want to test my design at a higher frequency(overclock) than what is used by the FPGA(which is 100MHz). Is there a way to do that in HDL? If not, the use of external will be inevitable. What components/devices/chips can I use for that purpose? 

 

Thank you.

Moderator
jschimek
Posts: 110
Registered: ‎08-02-2007
0

Re: Overclocking Virtex 5

In HDL you have access to DCMs and PLLs which should allow you to increase CLK frequency to the internal logic.  The User Guide covers usage:

http://www.xilinx.com/support/documentation/user_guides/ug190.pdf

 

Regards,

Jon

 

 

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

Re: Overclocking Virtex 5

r,


As suggested, use the DFS feature of the DCM, so you may generate 32/31 of the clock, 16/15, 8/7, 4/3, 3/2, etc. effectively going to higher and higher frequencies.


Generally, late in the manufacture of any parts, most devices are yielding at -3 (process is tuned to get best performance/power and yields get very very good).  So you should be able to run things up to 30% faster, but there are no gaurantees other than the speed grade marked on the part.

Austin Lesea
Principal Engineer
Xilinx San Jose
Regular Visitor
rhayne
Posts: 12
Registered: ‎01-02-2012
0

Re: Overclocking Virtex 5

Thanks for the quick response.

 

I may be able to use that, but is it possible to have the increase in clock to about 200MHz and above?

Expert Contributor
sushantm
Posts: 284
Registered: ‎04-02-2011
0

Re: Overclocking Virtex 5

may be able to use that, but is it possible to have the increase in clock to about 200MHz and above?


 

For 200 Mhz & above you can check with available differential Frequency on board.

Or else you can generate the required single ended/differential freq using DCM.

--Sushant Mahajan
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Signature:

1.Have you ever tried typing your question into Google? If not you should before posting.
Too many results? Try adding site:www.xilinx.com
2.Read the datasheet and user guide. Have you read the user guide in detail ? Can you find the user guide?
3. Search the forums for similar topics.
4.I have neither found any similar thread in existing forum nor web-search is helpful to me.What should I do ?
Post your issue in detail comprehensive format on the relevant
forum.
5. Do not post the same question on multiple forums,please search and post it on relevant forum.
6. Do not raise a new topic or question on someone else's thread, start a new thread!
7. Students/Newbies: Copying code is not the same as learning to design.
8. "It does not work" is not a question which can be answered. Provide much details (with webaddress, datasheet links,etc..).
and make sure to be specific!
9. You are not charged extra fees for comments in your code,It will help others to understand well.
10.If someone answers your question, mark the post with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left).