Skip to content

Commit

Permalink
Fixing/updating makefiles for new xilinx clock test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Richmond committed Aug 11, 2016
1 parent e97054d commit eb1a393
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fpga/xilinx/vc709/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# Author: Dustin Richmond (@darichmond)
#-----------------------------------------------------------------------
BOARD:=vc709
BOARD_PROJECTS:=VC709_Gen1x8If64 VC709_Gen2x8If128 VC709_Gen3x4If128
BOARD_PROJECTS:=VC709_Gen1x8If64 VC709_Gen2x8If128 VC709_Gen3x4If128 VC709_Gen1x8If64_CLK VC709_Gen2x8If128_CLK
BOARD_TYPE:=ultrascale
VENDOR:=xilinx
include ../vendor.mk
2 changes: 1 addition & 1 deletion fpga/xilinx/vc709/VC709_Gen1x8If64_CLK/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ endif
include $(RIFFA_HDL_PATH)/riffa.mk
include $(BOARD_PATH)/board.mk

PROJECT_IP+=ip/PCIeGen1x8If64.xci
PROJECT_IP+=ip/PCIeGen1x8If64.xci ip/clk_250MIn_2/clk_250MIn_2.xci ip/clk_250MIn_1/clk_250MIn_1.xci
2 changes: 1 addition & 1 deletion fpga/xilinx/vc709/VC709_Gen2x8If128_CLK/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ endif
include $(RIFFA_HDL_PATH)/riffa.mk
include $(BOARD_PATH)/board.mk

PROJECT_IP+=ip/PCIeGen2x8If128.xci
PROJECT_IP+=ip/PCIeGen2x8If128.xci ip/clk_250MIn_2/clk_250MIn_2.xci ip/clk_250MIn_1/clk_250MIn_1.xci
2 changes: 1 addition & 1 deletion fpga/xilinx/vc709/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ 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/*~
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 prj/*.hw prj/*.runs prj/*.cache prj/*~

clobber:
Expand Down

0 comments on commit eb1a393

Please sign in to comment.