doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.22k stars 370 forks source link

Integrate the similar module mult_add_fix8bx4 into the system. #171

Open WeipingXiao1412 opened 2 years ago

WeipingXiao1412 commented 2 years ago

Dear @doonny! I am making my project based on PipeCNN. I am reading your code. However, I have some questions that need to be answered. I noticed that in the file conv_pipe.cl you use the module mult_add_fix8bx4. q1 This module is defined in the RTL which has the same directory hierarchy as the device folder. q22 I'm looking to create a module similar to that. However, I don't know where to start and how to integrate the similar module mult_add_fix8bx4 into the system. Can you give me some documents or tips on this? Thanks for the help. Have a nice day.

doonny commented 2 years ago

Hi, please refer to Intel's FPGA OpenCL user guide, there are detailed instructions.