04-14-2023 05:32 AM
Hi,
I need to programmatically invoke the "Export VI to netlist file" option in the FPGA VI build spec.
I have seen examples of programmatically invoking multiple FPGA compiles like in
https://forums.ni.com/t5/LabVIEW/Batch-compile-for-FPGA/m-p/4245200/highlight/true#M1234551
Can these be adapted to launch the IP export option?
I tried digging into \vi.lib\rvi\CDR but haven't been able to figure out how to do it, since there is no documentation. Any help will be greatly appreciated. Thanks
04-18-2023 11:18 AM
@usman66 wrote:
Hi,
I need to programmatically invoke the "Export VI to netlist file" option in the FPGA VI build spec.
I have seen examples of programmatically invoking multiple FPGA compiles like in
https://forums.ni.com/t5/LabVIEW/Batch-compile-for-FPGA/m-p/4245200/highlight/true#M1234551
Can these be adapted to launch the IP export option?
I tried digging into \vi.lib\rvi\CDR but haven't been able to figure out how to do it, since there is no documentation. Any help will be greatly appreciated. Thanks
I am asking around regarding this. The CDR folder is the right place to look but my experience is the same as yours.
How critical is this automation to your work?
04-20-2023 03:25 AM
We have developed an extensive IP library in LabVIEW FPGA that we need to export in small pieces so this automation will help a great deal since manual export is too tedious.