HanPU-Code / CNN_YOLO_AI_accelerator

This project is to design yolo AI accelerator in verilog HDL.
7 stars 1 forks source link

Bonded IOB Issue #2

Closed HanPU-Code closed 3 months ago

HanPU-Code commented 3 months ago

The Bonded IOB resource limit has been exceeded. Our board limit is 125, but the actual resource usage was 1082...

HanPU-Code commented 3 months ago

slicing output signal ([63:0] -> [7:0]) reduced IOB resource but it was 202.

HanPU-Code commented 3 months ago

I realized that I was completely mistaken. IOB resources actually refer to the number of physical pins on the board. In our project, the input data is received through a USB webcam, and the output is sent to the Zynq. We don't need many IOBs.