From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA Memory errors when building...

Solved!
Go to solution

I am building an FPGA application for an sbRIO-9636. I just added a memory item to act as a circular buffer.

The memory item has the size set to 414000 U8 items. When I build I get an error in the compilation status window that starts like this.

 

"LabVIEW FPGA: The compilation failed due to a Xilinx error.

 

Details:

ERROR:sim - User configuration exceeds BRAM count in the selected device

ERROR:sim:963 - IP initializer could not set IP core parameters on IP model

ERROR:sim - User configuration exceeds BRAM count in the selected device

ERROR:sim - Failed to initialize IP model.

ERROR:sim - Failed executing Tcl generator.

ERROR:sim - Failed to generate 'ReallyLongUniqueName_ReallyLongUniqueName'. Failed executing Tcl generator.

 

ERROR:sim:877 - Error found during execution of IP 'Block Memory Generator v7.3'

 

Release 14.7 - Xilinx CORE Generator P.20131013 (nt) Copyright (c) 1995-2013 Xilinx, Inc. All rights reserved.

 

I have attached the entire error read out.

 

Please help!

John O'C
Staff Test Systems Engineer
Woodward, Inc.
Skokie, Illinois, USA

"Life is not a journey to the grave with the intention of arriving safely
in a pretty and well preserved body, but rather to skid in broadside,
thoroughly used up, totally worn out, and loudly proclaiming...
Wow...What a Ride!"
0 Kudos
Message 1 of 2
(4,821 Views)
Solution
Accepted by topic author johnoc

I just realized why I am seeing this error. The sbRIO-9636 comes with 2,088 kbits of Block RAM. I missread the amount as 2,088 kbytes of block RAM, Me wanting to use 414000 bytes will not work.

 

Thanks to anyone looking into this.

John O'C
Staff Test Systems Engineer
Woodward, Inc.
Skokie, Illinois, USA

"Life is not a journey to the grave with the intention of arriving safely
in a pretty and well preserved body, but rather to skid in broadside,
thoroughly used up, totally worn out, and loudly proclaiming...
Wow...What a Ride!"
0 Kudos
Message 2 of 2
(4,813 Views)