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

@ -0,0 +1,8 @@
SELECT blk_mem xilinx.com:ip:blk_mem_gen:7.3
CSET component_name = blk_mem
CSET interface_type = Native
CSET port_a_clock = 100
CSET read_width_a = 32
CSET write_width_a = 32
CSET write_depth_a = 256
GENERATE

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]