Xilinx / BNN-PYNQ

Quantized Neural Networks (QNNs) on PYNQ
https://xilinx.github.io/finn/
BSD 3-Clause "New" or "Revised" License
662 stars 307 forks source link

hardware rebuild #142

Closed maik123456789 closed 4 years ago

maik123456789 commented 4 years ago

Hi! I wanted to rebuild the HW but when I call the make-hw.sh script I get the following error and I don't know how to solve it. error

I've looked to other posts with the same issue and didn't suceed. I cloned the repository with the --recursive and also I sourced the vivado 2018.2

¿What else can I try?

In my first try worked, after that didn't work. Do I have to remove some files? I removed the whole repo and clone it again and still doesn't work.

maik123456789 commented 4 years ago

And sometimes I get this. image

giuliogamba commented 4 years ago

You have to set the XILINX_BNN_ROOT env variable to the exact locations. Move under <clone_path>/BNN_PYNQ/bnn/src/, type pwd and use that. It seems you set the variable to Documentos/, but you need the absolute path.