From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

conversion from Virtex-5 to Virtex-II pro compatible code

Hey

 

How do you convert a code that is compatible with Virtex-5 to one that is compatible with Virtex-II Pro?

 

Thanks.

0 Kudos
Message 1 of 4
(2,327 Views)

The compiler generates the hardware specific code (bitfile).

If you speak about LV code there's no difference in the sources.

 

Bitfiles can't be converted easily.

 

Christian

0 Kudos
Message 2 of 4
(2,311 Views)

@nat283 wrote:

Hey

 

How do you convert a code that is compatible with Virtex-5 to one that is compatible with Virtex-II Pro?

 

Thanks.


Well if I am correct, the Virtex 5 has a lot more resources available than the Virtex-II.  If you have a lot of code on your Virtex-5 you may not be able to port the code backwards.  Also if you are using more than 3 DMAs, you'll need to make significant changes.  The 5 series has 16 DMA channels (16 host-target FIFO or Target-Host FIFOs) whereas the II series has only 3.

 

Shane.

0 Kudos
Message 3 of 4
(2,308 Views)
Thanks a lot Christian and Shane.
0 Kudos
Message 4 of 4
(2,264 Views)