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
Newbie
jesicabenani
Posts: 3
Registered: ‎01-06-2012
0

implementation edrror

I got error when implementing the design. there is error of mapping no 116 & 52. i can't found any solution for that.
Expert Contributor
rcingham
Posts: 2,010
Registered: ‎09-09-2010
0

Re: implementation error

[ Edited ]

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."
Newbie
jesicabenani
Posts: 3
Registered: ‎01-06-2012
0

Re: implementation edrror

fpga kit:spartan3E

ISE version:11.1

 

Expert Contributor
joelby
Posts: 1,056
Registered: ‎10-05-2010
0

Re: implementation edrror

Are you able to share the exact, complete error message? And a complete, minimum code example that causes the errors?

Newbie
jesicabenani
Posts: 3
Registered: ‎01-06-2012
0

Re: implementation edrror

I have an error of mapping:

no52:Problem encountered processing RPMs

no116:The design is empty,no process will be done.

Expert Contributor
joelby
Posts: 1,056
Registered: ‎10-05-2010
0

Re: implementation edrror

Can you provide a complete, minimum code example that causes the errors?

Moderator
jheslip
Posts: 100
Registered: ‎06-30-2010
0

Re: implementation edrror

jesicabenani 


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.

Xilinx Employee
bwade
Posts: 610
Registered: ‎07-01-2008
0

Re: implementation edrror

[ Edited ]

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:

http://www.xilinx.com/support/answers/23990.htm