09-02-2020 01:33 PM
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]"
09-02-2020 05:11 PM
Would you be able to share the .vhd files you are trying to import or perhaps a simplified/name-mangled version?
09-02-2020 07:00 PM
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?
09-03-2020 01:51 PM
@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.