- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
xilinx ISE tranlate error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2010 04:54 PM
I'm new to FPGA. When I created programming file, there is a translate error for every net: ERROR:NgdBuild:924 - bidirect pad net 'IO_RIGHT<14>' is driving non-buffer primitives:
What does thes error mean? How to solve it?
Thanks in advance, gumph
Re: xilinx ISE tranlate error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2010 09:02 PM
Have you tried typing your question into Google? If not you should before posting.
Too many results? Try adding site:www.xilinx.com
Re: xilinx ISE tranlate error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-07-2010 04:14 PM
Re: xilinx ISE tranlate error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-07-2010 08:11 PM
These primitives are input buffers that connect external signals to the internal logic. Usage can be found in the Lirbaries Guide
http://www.xilinx.com/support/documentation/dt_ise
Have you tried typing your question into Google? If not you should before posting.
Too many results? Try adding site:www.xilinx.com
Re: xilinx ISE tranlate error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-08-2010 03:51 PM
Re: xilinx ISE tranlate error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-09-2010 05:10 AM
To do that,
before synthesizing do the following:
- right click on "Synthesize" and choose properties
- Choose "Xilinx specific option"
- check the first row " Add IO buffers"
Re: xilinx ISE tranlate error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-09-2010 09:52 AM
Thanks bkazour, I checked my settings and add IO buffers already being selected. Anything else might be helpful? Regareds,
Zebin











