Synthesis Failed, no bitfile found #994
-
Hello all, I'm fairly new to finn and am having an error during synthesis with my model. I'm attempting to create a qlenet5 accelerator for a kv260 using the dev branch, Xilinx tools = 2022.1, and ubuntu 20.04 in vbox. Model was built and trained with brevitas and converted to onnx for finn export. I've attached the vivado synthesis |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, the Vivado log indicates that the run for one of the IPs has failed: You'll have to dig deeper into the logs of that run to find the cause. |
Beta Was this translation helpful? Give feedback.
Resolved this by checking the top_StreamingDataflowPartition_1_0_synth_1 log and the model was too large for the kv260. I readjusted the folding parameters and got an out of memory error. I ended up upgrading the RAM on my laptop from 16gb to 48gb, and assigning my vbox vm over 32gb of ram and I finally was able to get the model to synthesize and generate the pynq driver. Moral of the story for me: have more than 16gb of RAM and check the logs to see if the model fits device.