LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA compilation issues

Solved!
Go to solution

Hi all,

 

I'm trying to compile some FPGA projects with the compiler ISE 14.7 but it seems to get stucked at different steps depending on the project, sometimes is during the "Generating Xilinx IP" sometimes during "Sinthesizing"

 

¿What could be te reason for this behaviour? ¿What can I check? I don't get any error message from the system during compilation procedure... and from my point of view the vi that I'm trying to compile is ok...

 

imagen.png

here a compilation status screenshot where its blocked

0 Kudos
Message 1 of 12
(141 Views)

Depending on the size and complexity of the code, Generating Xilinx IP can take several hours. I've had it run on projects of mine for 15 hours and the compilation eventually went through.

 

When you say it "hangs". How long did you wait?

0 Kudos
Message 2 of 12
(118 Views)

The most I was waiting for was 1 hour and a half, but it's true that it's a small project, and in case I tried with more complex projects it gets stucked in Synthesizing and the Generating Xilinx IP is completed in a few seconds...

0 Kudos
Message 3 of 12
(111 Views)

Could it be related with the antivirus? Have someone faced antivirus and compilation incompatibilities?

0 Kudos
Message 4 of 12
(107 Views)

Sometimes seemingly small differences in code can lead to wild differences in compile time.

 

Also, if you're compiling int he cloud, sometimes the servers introduce additional unpredictability. You can occasionally also be assigned to a FPGA compile server which does not have your Xilinx IP cached and then you will again have to go through the entire "Generating Xilinx IP" again.

 

Without code to look at, everything else is only a guess.

0 Kudos
Message 5 of 12
(91 Views)

This is the simpliest project I'm trying to compile, in this case I'm compiling in a local server according to hardware specifications (ISE 14.7 & Labview 15 SP1)

0 Kudos
Message 6 of 12
(74 Views)

Ah, I don't have CRIO drivers installed, can't open the project, Target not known.....

 

Since this is my work development PC, I'm not going to install just to see the code. I might spin up a VM and look at it there if I get a chance.

0 Kudos
Message 7 of 12
(65 Views)

What is your OS version? Based on the window's appearance, it looks like you are using Windows 11.

Please note that the ISE compiler is only supported up to Windows 7.

-------------------------------------------------------
Applications Engineer | TME Systems
0 Kudos
Message 8 of 12
(37 Views)

Correct. I'm using Windows 11, Does that mean that with the current computer I am not going to be able to compile?

Is there any other way to use ISE 14.7 in this OS?

 

 

 

 

0 Kudos
Message 9 of 12
(29 Views)

Hi Oscar,

 


@OscarColBar wrote:

I'm using Windows 11, Does that mean that with the current computer I am not going to be able to compile?


Yes.

 


@OscarColBar wrote:

Is there any other way to use ISE 14.7 in this OS?


  • Setup a VM with Win7 and install LabVIEW in this VM.
  • Use the CompileFarm service of NI.
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 12
(26 Views)