- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
MIG on PLB bus for DDR3 access
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-12-2012 01:56 AM
Hi All,
I'm trying to access towards the DDR3 for the LX75T Development board, but it doesn't work.
My design is based on PLB bus and I need your help in order to catch the correct parameters to configure the MIG properly.
Could someone help me?
Thanks in advanced
Claudio
Re: MIG on PLB bus for DDR3 access
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-13-2012 11:33 AM
The issue with running your MIG-generated design may be a board-level issue. The errata for this board (posted on the DRC) describes a known problem with the DDR3 interface and the default bitgen settings. By default the bitgen settings for any XPS project attach pulldowns to any unused signals on the FPGA. This breaks the FPGA designs using the MCBs. To fix this, change the bitgen settings to allow unused pins to float. Add this line to the bitgen settings file (bitgen.ut) of your project:
-g UnusedPin: Pullnone (remove the space between the ':' and 'P')
This should fix the problem.
--Tom



