cornell-zhang / bnn-fpga

Binarized Convolutional Neural Networks on Software-Programmable FPGAs
BSD 3-Clause "New" or "Revised" License
298 stars 112 forks source link

Error about the SDSoC license #18

Closed wangj346 closed 5 years ago

wangj346 commented 6 years ago

Hello, when I make the Makefile in the ' cpp/accel/sdsoc_build ' , errors about the SDSoC license occurs. image I have get the corrected license and it show 'yes' in the Xilinx license manage. (by the ways, I am using the SDx and set the $PATH to the SDX/bin) Any advices will be appreciated.

wangj346 commented 6 years ago

Hello,I have fix the problem by rewriting the ~/.bashrc and rebooting.But I come across another problem. image May I get some suggestions?

rzhao01 commented 6 years ago

I'm not sure what the problem is. You might have to look at the log file (Accel.log if it exists) so see if there are other messages.

rzhao01 commented 5 years ago

Closing due to lack of activity.

Harley-Quin commented 1 year ago

Hi, how did you resolve the first question? I met the same question. Thank you.