ISE coregen added

Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
2022-09-05 13:55:03 +02:00
parent aa9aa6aa78
commit 1bf61807fc
6 changed files with 135 additions and 0 deletions

View File

@ -10,6 +10,24 @@ port = 2020
privkey = /home/joppe/.ssh/id_rsa
pubkey = /home/joppe/.ssh/id_rsa.pub
# ######################################
# ISE IP block generation
[target.ip]
toolchain = ISE_IP
# Toolchain settings
family = spartan6
device = xc6slx9
package = tqg144
speedgrade = -2
#coregen_opts =
# Fileset
files_xco = IP/blk_mem.xco
# Note: IP file names must be the same as the component name in the xco file!
# ######################################
# ######################################
# Basic synthesis
[target.synth]