Skip to content

Commit

Permalink
syn/generate-all-bits.sh: add removal of *.sim directory
Browse files Browse the repository at this point in the history
This is not cleared by hdlmake, so we clear this up
until hdlmake does it.
  • Loading branch information
lerwys committed Aug 20, 2021
1 parent 78d10ac commit d853e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdl/syn/generate-all-bits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ for target in \
afcv4_ref_design \
; do
TOP=$(pwd)
cd ${target} && hdlmake makefile && make clean && ./build_bitstream_local.sh ; cd ${TOP};
cd ${target} && hdlmake makefile && make clean && rm -rf *.sim && ./build_bitstream_local.sh ; cd ${TOP};
done

0 comments on commit d853e7d

Please sign in to comment.