salehjg / DeepPoint-V2-FPGA

The code repository of DGCNN on FPGA: Acceleration of The Point Cloud Classifier Using FPGAs
GNU General Public License v3.0
12 stars 2 forks source link

Where should I change when the platform is different #1

Closed zyt1024 closed 1 year ago

zyt1024 commented 2 years ago

hello,I try to use U200 to test the code, where should I modify

salehjg commented 1 year ago

Hi there, Sorry for my late reponse.

You can try various platforms by setting DSA_NAME to the *.xpfm file's absolute path.

Also, you might want to comment out lines 2,3, and 4 in the same file linked above.

zyt1024 commented 1 year ago

Thank you!