Removed non-existent SDC dependency from VCU targets in FPGA Makefile.

This commit is contained in:
Jacob Pease 2023-07-27 15:01:20 -05:00
parent f696cf9955
commit 87a6ad5a87

View File

@ -24,7 +24,7 @@ all: FPGA_Arty
FPGA_Arty: PreProcessFiles IP_Arty
vivado -mode tcl -source wally.tcl 2>&1 | tee wally.log
FPGA_VCU: PreProcessFiles IP_VCU SDC
FPGA_VCU: PreProcessFiles IP_VCU
vivado -mode tcl -source wally.tcl 2>&1 | tee wally.log
IP_VCU: $(dst)/xlnx_proc_sys_reset.log \