mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 22:07:12 -04:00
Fixed bug with fpga makefile.
This commit is contained in:
parent
6fdd603ba1
commit
fd1ef82310
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ dst := IP
|
||||||
# vcu118
|
# vcu118
|
||||||
#export XILINX_PART := xcvu9p-flga2104-2L-e
|
#export XILINX_PART := xcvu9p-flga2104-2L-e
|
||||||
#export XILINX_BOARD := xilinx.com:vcu118:part0:2.4
|
#export XILINX_BOARD := xilinx.com:vcu118:part0:2.4
|
||||||
#export FREQ := 30
|
#export board := vcu118
|
||||||
|
|
||||||
# vcu108
|
# vcu108
|
||||||
export XILINX_PART := xcvu095-ffva2104-2-e
|
export XILINX_PART := xcvu095-ffva2104-2-e
|
||||||
|
@ -13,7 +13,7 @@ export board := vcu108
|
||||||
all: FPGA
|
all: FPGA
|
||||||
|
|
||||||
FPGA: IP
|
FPGA: IP
|
||||||
vivado -mode batch -source wally.tcl 2>&1 | tee wally.log
|
vivado -mode tcl -source wally.tcl 2>&1 | tee wally.log
|
||||||
|
|
||||||
IP: $(dst)/xlnx_proc_sys_reset.log \
|
IP: $(dst)/xlnx_proc_sys_reset.log \
|
||||||
$(dst)/xlnx_ddr4-$(board).log \
|
$(dst)/xlnx_ddr4-$(board).log \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue