danielholanda / LeFlow

Enabling Flexible FPGA High-Level Synthesis of Tensorflow Deep Neural Networks
Other
588 stars 101 forks source link

Are there any restrictions on the selection of FPGA version? #19

Closed janyChan closed 5 years ago

janyChan commented 5 years ago

If I will deploy the algorithm with LeFlow, the version of FPGA does have some restrictions ? The Artix-7 of xilinx could be used?

danielholanda commented 5 years ago

Hi,

I believe that the answer to your question is already here https://github.com/danielholanda/LeFlow/issues/10.

Is short, LeFlow works with the boards that are supported by the open version of LegUp, which are Intel FPGAs. There is also the alternative to modify LegUp to support Xilinx devices, but we don't do that here.

janyChan commented 5 years ago

Thank you!