11-06-2019 01:31 PM
I notice that there is a "Version Number" in the FPGA build dialog on the "Information" page. So, the Version Number should be getting written to the .lvbitx file. How does one read this version number back out from a .lvbitx later?
Solved! Go to Solution.
11-06-2019 03:15 PM
Unfortunately you cannot. If you open up the .lvbitx file in a text editor you will see an xml tag for the build version but it's never populated. Bug 811948 (CAR 494874) describes this incorrect behavior.
11-07-2019 09:02 AM
OOf. That CAR is older than my kids!
12-11-2019 01:52 AM
Hi,
I faced the same issue when trying to use the BuildSpecDescription to keep track and version our bitfiles for our CI system.
There is a workaround just found in the discussion here, if it helps.
Thanks,
Cris