Add make clean into drv_and_fpga_package_gen.sh

This commit is contained in:
Xianjun Jiao 2022-05-31 12:47:09 +02:00
parent d625adef57
commit 88cef6e242

View File

@ -71,6 +71,7 @@ bootgen -image system_top.bif -arch $ARCH -process_bitstream bin -w
# cp system_top_reload.bit.bin ./$FINAL_BIT_FILENAME
cd ../driver
make clean
./make_all.sh $XILINX_DIR $ARCH_BIT
cd ../user_space
mkdir -p drv_and_fpga