LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA: changing target in project

In my project (*.lvporj), I have 9146 set up with 4 modules.  Is that a way to change it to a 9148 with the exact same modules.  I will have to change it back to 9146 eventually.  Thanks!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 4
(2,874 Views)

As long as the modules are at the same slots and you don't change the aliases in the project you can do the following steps:

 

1. Add the 9148 (or 9146 if it is the other way round) to your project

2. Move (Drag&Drop) the VIs, FIFOs and other dependencies from the first chassis FPGA to the second FPGA.

3. Re-Compile the VIs. This is necessary since they have different types of FPGAs, Spartan6 and Spartan3.

 

Christian

Message 2 of 4
(2,858 Views)

so I have to rename all my channels?

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 3 of 4
(2,855 Views)

No. I said as long as you do not change the names and slots of the modules you just need to move your code from one target to the other and compile it.

 

 

Christian

Message 4 of 4
(2,850 Views)