LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IP Integration Node syntax error line number

I'm trying to import some .vdh code into a Flex RIO via the IPIN.  I'm using LV2020 which uses Vivado 2019.1.1.

When I "Check Syntax" in the PIN wizard, I get an error referring to a line number in a temporary file LabVIEW creates.  I can grab this file about mid-process before it's deleted, but it's encrypted.  So that's no help.

 

Question: What line number in the original file, matches the line number (221) referenced in the error?

How can I use this error message to debug the original file?

 

"ERROR: [Synth 8-2715] syntax error near end [C:/NIFPGA/iptemp/ipinFD8C09DB786F464386FBFA445B00346D/Vivado/GwAddler.vhd:221]"

 

 

 

 

0 Kudos
Message 1 of 4
(2,017 Views)

Would you be able to share the .vhd files you are trying to import or perhaps a simplified/name-mangled version?

Matt J | National Instruments | CLA
0 Kudos
Message 2 of 4
(1,982 Views)

Thanks for the reply Matt,

I can't share the actual files I'm working with now.  ITAR restrictions.  The VHDL developer who wrote the code is going to write a simple bit of code to help test out the IPIN integration. I'll be able to share that, if it also fails.

 

So... is there no correlation between the line number in the error message and the line number in the original file?

0 Kudos
Message 3 of 4
(1,975 Views)

@Nicholsj wrote:

 

So... is there no correlation between the line number in the error message and the line number in the original file?


There might be but I don't know enough about the process to know what it would be. I might be able to guess if I run a few examples but I figured if I had the specific .vhd file I could probably just run through the process and figure out what specific line number it was complaining about.

Matt J | National Instruments | CLA
0 Kudos
Message 4 of 4
(1,949 Views)