Skip to content

Commit

Permalink
Fixing a bug in the VC709 board specific make file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Richmond committed Aug 11, 2016
1 parent e9c1b32 commit b8398e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fpga/xilinx/vc709/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ all $(TYPE) $(VENDOR) $(BOARD):$(PROJECT)
clean:
echo "reset_run impl_1; reset_run synth_1;" | vivado -mode tcl prj/$(PROJECT).xpr
rm -rf *.log *.jou *~ .Xil
rm -rf ip/doc ip/sim ip/source ip/synth ip/*.dcp ip/*.v ip/*.xml ip/*.vhdl ip/*.veo ip/*~ ip/*.txt ip/clk_250MIn_2 ip/clk_250MIn_1
rm -rf ip/doc ip/sim ip/source ip/synth ip/*.dcp ip/*.v ip/*.xml ip/*.vhdl ip/*.veo ip/*~ ip/*.txt
find ip/clk_250MIn_1/ -name '*' ! -path ip/clk_250MIn_1/ ! -name '*.xci' | xargs rm -rf
find ip/clk_250MIn_2/ -name '*' ! -path ip/clk_250MIn_2/ ! -name '*.xci' | xargs rm -rf
rm -rf prj/*.hw prj/*.runs prj/*.cache prj/*~

clobber:
Expand Down

0 comments on commit b8398e0

Please sign in to comment.