LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA

Hi,

 

I am using a PXIe 7962 Flex RIO module with a 5781 adapter module. I have multiple bit files that I want to load pragmatically. All the bit files have the same clocks and FIFO's. Is there a way to load the bit files dynamically at run time based on the user action?

 

Thank You,

Sharath

0 Kudos
Message 1 of 3
(2,108 Views)

Yes, you can have multiple instances of "Open FPGA VI Reference", each one linked to a bitfile. Place them in a case structure and load the desired one. Make sure to have "Dynamic mode" checked in the Open FPGA VI Reference properties, else the references don't match.

 

0 Kudos
Message 2 of 3
(2,086 Views)

As has already been said, you can open/change your bit files as much as you want.  Just remember that you can only have 1 bit file (FPGA personality) loaded at a time.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,078 Views)