Added vivado IP generatioon

Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
2022-09-05 14:44:09 +02:00
parent 1bf61807fc
commit 15d072bbb7
5 changed files with 104 additions and 7 deletions

View File

@ -0,0 +1,28 @@
[project]
name = zynq7000_project
version = 0.1
out_dir = OUT
build_dir = BUILD
[server]
hostname = localhost
port = 2020
privkey = /home/joppe/.ssh/id_rsa
pubkey = /home/joppe/.ssh/id_rsa.pub
# ######################################
# ISE IP block generation
[target.ip]
toolchain = VIVADO_IP
# Toolchain settings
family = zynq
device = xc7z010
package = clg400
speedgrade = -2
# Fileset
files_tcl = IP/zynqps.tcl
# Note: IP file names must be the same as the component name in the tcl file!
# ######################################