Xilinx / PYNQ_Composable_Pipeline

PYNQ Composabe Overlays
https://pynq-composable.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
67 stars 23 forks source link

Update Makefile: fix Vivado ERROR Common 17-53 #132

Closed haipnh closed 1 year ago

haipnh commented 1 year ago

Hi,

Currently, if building process is interrupted and user tries to make again, it will cause:

ERROR: [Common 17-53] User Exception: Project already exists on disk, please use '-force' option to overwrite.

I propose to remove the Vivado project directory when execute make clean.

haipnh commented 1 year ago

This solution is overlapped.

The proper usage should be make distclean.