mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 13:57:07 -04:00
Finally building ddr3 xilinx ip from script.
This commit is contained in:
parent
e7f494ef95
commit
9d9c2b170d
2 changed files with 8 additions and 7 deletions
|
@ -1,14 +1,14 @@
|
||||||
dst := IP
|
dst := IP
|
||||||
sdc_src := ~/repos/sdc.tar.gz
|
sdc_src := ~/repos/sdc.tar.gz
|
||||||
# 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 board := vcu118
|
export board := vcu118
|
||||||
|
|
||||||
# vcu108
|
# vcu108
|
||||||
export XILINX_PART := xcvu095-ffva2104-2-e
|
#export XILINX_PART := xcvu095-ffva2104-2-e
|
||||||
export XILINX_BOARD := xilinx.com:vcu108:part0:1.2
|
#export XILINX_BOARD := xilinx.com:vcu108:part0:1.2
|
||||||
export board := vcu108
|
#export board := vcu108
|
||||||
|
|
||||||
|
|
||||||
all: FPGA
|
all: FPGA
|
||||||
|
@ -18,6 +18,7 @@ FPGA: PreProcessFiles IP SDC
|
||||||
|
|
||||||
IP: $(dst)/xlnx_proc_sys_reset.log \
|
IP: $(dst)/xlnx_proc_sys_reset.log \
|
||||||
$(dst)/xlnx_ddr4-$(board).log \
|
$(dst)/xlnx_ddr4-$(board).log \
|
||||||
|
$(dst)/xlnx_ddr3-artya7.log \
|
||||||
$(dst)/xlnx_axi_clock_converter.log \
|
$(dst)/xlnx_axi_clock_converter.log \
|
||||||
$(dst)/xlnx_ahblite_axi_bridge.log
|
$(dst)/xlnx_ahblite_axi_bridge.log
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ create_ip -name mig_7series -vendor xilinx.com -library ip -module_name $ipName
|
||||||
# 4. Then reconstruct the list with the needed parameters.
|
# 4. Then reconstruct the list with the needed parameters.
|
||||||
# turns out the ddr3 mig cannot be built this way like the ddr 4 mig?!?!?
|
# turns out the ddr3 mig cannot be built this way like the ddr 4 mig?!?!?
|
||||||
# instead we need to read the project file, but we have to copy it to the corret location first
|
# instead we need to read the project file, but we have to copy it to the corret location first
|
||||||
cp $WALLY/fpga/generator/xlnx_ddr3-artya7-mig.prj IP/xlnx_ddr3.srcs/sources_1/ip/xlnx_ddr3/
|
exec cp ../xlnx_ddr3-artya7-mig.prj xlnx_ddr3.srcs/sources_1/ip/xlnx_ddr3/
|
||||||
|
|
||||||
# unlike the vertex ultra scale and ultra scale + fpga's the atrix 7 mig we only get ui clock.
|
# unlike the vertex ultra scale and ultra scale + fpga's the atrix 7 mig we only get ui clock.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue