Initial support for xcau15p_ffvb676

This commit is contained in:
vbuitvydas 2025-05-05 10:12:21 +03:00
parent b1f4c35312
commit 3809506900
3 changed files with 16 additions and 2 deletions

View File

@ -18,7 +18,8 @@ XILINX_PARTS := xc3s500evq100 \
xc7vx330tffg1157 \
xcku040-ffva1156 xcku060-ffva1156 \
xcku5p-ffvb676 \
xcvu9p-flga2104 xcvu37p-fsvh2892
xcvu9p-flga2104 xcvu37p-fsvh2892 \
xcau15p-ffvb676
XILINX_BIT_FILES := $(addsuffix .bit.gz,$(addprefix spiOverJtag_, $(XILINX_PARTS)))
ALTERA_PARTS := 10cl025256 10cl016484 10cl055484 \

View File

@ -67,7 +67,7 @@ elif subpart == "xc6v":
family = "Virtex6"
tool = "ise"
speed = -1
elif subpart in ["xcvu", "xcku"]:
elif subpart in ["xcvu", "xcku", "xcau"]:
family = "Xilinx UltraScale"
tool = "vivado"
else:
@ -123,6 +123,7 @@ if tool in ["ise", "vivado"]:
"xcvu37p-fsvh2892" : "xcvu37p_fsvh2892",
"xcku3p-ffva676" : "xcku3p_ffva676",
"xcku5p-ffvb676" : "xcku5p_ffvb676",
"xcau15p-ffvb676" : "xcau15p_ffvb676",
}[part]
if tool == "ise":
cst_type = "UCF"
@ -186,6 +187,8 @@ if tool in ["ise", "vivado"]:
'paramtype': 'vlogdefine',
'description': 'secondary flash',
'default': 1}
elif part == "xcau15p-ffvb676":
tool_options = {'part': part + '-2-e'}
else:
tool_options = {'part': part + '-1'}
cst_file = currDir + "constr_" + pkg_name + "." + cst_type.lower()

View File

@ -0,0 +1,10 @@
set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design]
set_property CONFIG_VOLTAGE 1.8 [current_design]
# Table 1-2 from UG570
set_property CFGBVS GND [current_design]
set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design]
set_property CONFIG_MODE SPIx4 [current_design]
# Primary QSPI flash
# Connection done through the STARTUPE3 block