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

run make -j4 for sdsoc_build makefile, xdlmcheck is not found #7

Closed liyoungforever closed 6 years ago

liyoungforever commented 6 years ago

Hi! When I run make -j4 command for the sdsoc_build makefile, I have a issue. I used Ubuntu 16.04 OS, 2017.1 SDSoc software.

screenshot from 2017-10-05 15-45-44

when I run xdlmcheck ap_sdsoc command, it shows the same problem with my SDSOC screenshot from 2017-10-05 15-58-17

Thank you!

rzhao01 commented 6 years ago

I don't think I've ever encountered this issue, but it looks like an issue with the SDSoC installation to me. It looks like the SDSoC tool is looking for a program and was not able to find it. Did you make sure to set up the environment for SDSoC?

liyoungforever commented 6 years ago

Thank you! My issue has been solved!