LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO FPGA Compilation Error : xilinx 21955

Hi all,

I tried to compiled my first "real" application today, and how unexpected in the NI world: it didn't work !
I got myself a nice error message from xilinx :

Regenerating IP...
ERROR:coreutil - Failure to set parameters on core: Illegal combination: Port A
   Width and Port A Depth
ERROR:coreutil - Failure to generate output products
ERROR:coreutil - An error occurred while running Java. Please examine the
   console or coregen log file for a specific IP related error.
   If there is no specific error the problem may be due to memory limitations.
   For more information please consult solution record 21955 available from:
   http://www.xilinx.com/xlnx/xil_ans_display.jsp?getPagePath=21955Finished Regenerating.
ERROR:sim:57 - Error found during generation

The xilinx page did not help me so far, and I don't find any reference of the "Illegal combination: Port A Width and Port A Depth" error which is probably the key to my situation.
The app. is not so complex (yet) and make some use of the "Memory" objects... maybe it's about that.

Anyway, I'll welcome any observation, advice (or solution) 😉

0 Kudos
Message 1 of 6
(4,434 Views)
This thread discusses something similar.You can contact aashish from ni.



0 Kudos
Message 2 of 6
(4,408 Views)

Hey Babu,

Are you using a bit depth of 1?

Xilinx doesn't support a depth of 1, as mentioned in the above linked post.

Aashish M
CEO
TransferFi
www.transferfi.com
Message 3 of 6
(4,382 Views)

Yeah, sorry for the duplicate topic. The `1 depth seemed to be the problem here 😕 Maybe this check should be added in the memory/fifo object configuration dialog in future realease of the LabVIEW FPGA Module 🙂

 

0 Kudos
Message 4 of 6
(4,363 Views)

Hi all,

 

           I think i am facing with a similar error...

My error description is:

 

Release 8.1.03i - Xilinx CORE Generator IP_I.20
Copyright (c) 1995-2005 Xilinx, Inc.  All rights reserved.
Regenerating IP...
occurred during initialization of Vnot reserve enough space for object heanot create the Java virtual machineERROR:coreutil - An error occurred while running Java. Please examine the
   console or coregen log file for a specific IP related error.
   If there is no specific error the problem may be due to memory limitations.
   For more information please consult solution record 21955 available from:
   http://www.xilinx.com/xlnx/xil_ans_display.jsp?getPagePath=21955Finished Regenerating.

 

 

 

I cant find any help with the above link... Can any help me in this issue...??

 

0 Kudos
Message 5 of 6
(4,154 Views)
As mentioned in the error message:
 
>   If there is no specific error the problem may be due to memory limitations. 
 
running out of memory would be my guess here. 
0 Kudos
Message 6 of 6
(4,115 Views)