I am trying to just build the zuboard vivado project on the 2022.2 branch of the avnet git repo. during synthesis, I get the following error:
##### ERROR: Synthesis synth_1 failed!
while executing
"error "##### ERROR: Synthesis synth_1 failed!""
invoked from within
"if {[get_property PROGRESS [get_runs synth_1]] != "100%"} {
puts ""
error "##### ERROR: Synthesis synth_1 failed!"
}"
invoked from within
"if {[string match -nocase "yes" $clean]} {
# Clean up project output products.
# Open the existing project.
puts ""
puts "***** Opening V..."
(file "./project_scripts/zub1cg_sbc_base.tcl" line 48)
while executing
"source ./project_scripts/${board}_${project}.tcl -notrace "
("zub1cg_sbc" arm line 2)
invoked from within
"switch -nocase $board {
pz7010_fmc2 -
pz7020_fmc2 -
pz7015_fmc2 -
pz7030_fmc2 ..."
(file "./make.tcl" line 385)
while executing
"source ./make.tcl -notrace"
invoked from within
"if {$argc != 0} {
# Build base hw platform
set argv [list board=[lindex $argv 0] project=[lindex $argv 1] sdk=no close_project=yes dev_arch=zynqmp]
..."
(file "./make_zub1cg_sbc_base.tcl" line 44)
INFO: [Common 17-206] Exiting Vivado at Fri Dec 1 12:14:53 2023...
Any help tracking down the issue is appreciated. I also get the same error when I attempt to make the bsp with petalinux, as it also calls vivado to run synthesis.