- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
implementa tion edrror
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-06-2012 03:26 AM
Re: implementa tion error
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-06-2012 04:21 AM - edited 02-27-2012 03:54 AM
Which FPGA?
What version of ISE?
Post the entire error messages.
------------------------------------------
"If it don't work in simulation, it won't work on the board."
Re: implementa tion edrror
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-06-2012 09:28 PM
fpga kit:spartan3E
ISE version:11.1
Re: implementa tion edrror
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-06-2012 10:18 PM
Are you able to share the exact, complete error message? And a complete, minimum code example that causes the errors?
Re: implementa tion edrror
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-07-2012 03:02 AM
I have an error of mapping:
no52:Problem encountered processing RPMs
no116:The design is empty,no process will be done.
Re: implementa tion edrror
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-07-2012 05:24 AM
Can you provide a complete, minimum code example that causes the errors?
Re: implementa tion edrror
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-27-2012 02:55 AM
The people on the forum are trying to help you around this issue, you need to provide as much information as possible so they can understand the issue, giving just the error numbers does not help at a minimum you need to provide the full error message otherwise it will be difficult to assist.
Re: implementa tion edrror
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-27-2012 01:11 PM - edited 02-27-2012 01:11 PM
The Map:52 error has to do with an RPM macro attribute causing a problem.
The Map:116 error "The design is empty" indicates that the entire design has been removed by trimming. You can either examine the trimming section of the .mrp file to see where the trimming started or if you know the design is incomplete, disable trimming with the map -u option. More about trimming here:











