LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fpga fifo compile error

Solved!
Go to solution

Hi,

 

I downloaded the RS232 FPGA example program and attempted to make a small modification to it. The original is like this; See attached file 'beforeModification.PNG'

 

I wanted to read back the amount of data still in the FIFO in case I had not read everything so I changed it to this; See attached file 'withModification.PNG'

 

The target is 7841R using compiler Xilinx 13.4. It goes wrong in the synthesizing section with the following error message;

Details:
ERROR:HDLCompiler:1566 - "C:\NIFPGA\jobs\K7I4YEj_RQC5mWo\NiFpgaAG_FPGA_Main.vhd" Line 869: Expression has 11 elements ; formal ocountfullcount expects 10

 

I am running;

LabView 2012 SP1 f3

NI R Series Multifunction RIO 12.1

 

 

Am I doing something wrong?

 

Thanks

 

Andy

 

 

Download All
0 Kudos
Message 1 of 4
(3,268 Views)

Hi Andy,

 

Did the example compile properly before you made your modifications?

 

The RSR232 FPGA example ships for SingleBoard rio targets I'm guessing you've modified the project to suit your Stand Alone multifuction RIO card?

Can you upload the project as a ZIP file?

 

Regards,

Maciej


0 Kudos
Message 2 of 4
(3,253 Views)

Yes it does compile before the change I made. I have zipped up the project and attached it. If you compile 'FPGA Main.vi" it will compile. If you try "FPGA MainError.vi" it shows the problem.

 

Thank you.

 

Andy

 

 

0 Kudos
Message 3 of 4
(3,242 Views)
Solution
Accepted by topic author Andrew_Quick

The problem went away when I copied the source files to a different folder

0 Kudos
Message 4 of 4
(3,174 Views)