-
Hi all, as I want to deploy my NN model by using FINN. If it is possible to deploy it to AC701 which doesn't include PS? If Yes, how to do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 20 replies
-
Hi @lloo099 , it is possible to deploy FINN-generated accelerators on devices without any PS as well, though it takes a bit more effort. The idea is to stop the build flow at the IP block design (also called stitched IP) generation stage, which gives you an IP block with AXI stream-in stream-out interfaces, and integrate that manually into your FPGA design. Although not yet released, we have an upcoming tutorial about this here thanks to contributions from @jterry-x : https://github.com/jterry-x/finn-examples/tree/main/build/fpga_flow I'm not sure if I understood your question about Brevitas, but the FAQs 2,3,4 in https://finn.readthedocs.io/en/latest/faq.html might be relevant. |
Beta Was this translation helpful? Give feedback.
Hi @lloo099 , it is possible to deploy FINN-generated accelerators on devices without any PS as well, though it takes a bit more effort. The idea is to stop the build flow at the IP block design (also called stitched IP) generation stage, which gives you an IP block with AXI stream-in stream-out interfaces, and integrate that manually into your FPGA design. Although not yet released, we have an upcoming tutorial about this here thanks to contributions from @jterry-x : https://github.com/jterry-x/finn-examples/tree/main/build/fpga_flow
I'm not sure if I understood your question about Brevitas, but the FAQs 2,3,4 in https://finn.readthedocs.io/en/latest/faq.html might be relevant.