-
Hello, I am trying to generate a neural network for a Alveo card in FINN v0.9 main branch. I added platforms xilinx_u200_gen3x16_xdma_2_202110_1.xpfm and xilinx_u250_gen3x16_xdma_2_1_202010_1.xpfm, but they are not accepted by FINN. FINN is trying to find platform xilinx_u200_xdma_201830_2. However, when I added this platform, FINN said this platform is too old version. So does anybody know which is the platform I can added for Alveo boards in FINN v0.9? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: change this line of code https://github.com/Xilinx/finn/blob/b3bdff118ae076cb776af6e51ddc28eeaa0d6390/src/finn/util/basic.py#L66C1-L66C61 to alveo_default_platform["U200"] = "xilinx_u200_gen3x16_xdma_2_202110_1", and it works well. |
Beta Was this translation helpful? Give feedback.
Update: change this line of code https://github.com/Xilinx/finn/blob/b3bdff118ae076cb776af6e51ddc28eeaa0d6390/src/finn/util/basic.py#L66C1-L66C61 to alveo_default_platform["U200"] = "xilinx_u200_gen3x16_xdma_2_202110_1", and it works well.