Skip to content

Allows building/rebuilding with Vivado 2023.2

When building with Vivado 2023.2 I would get the following error:

ERROR: [Common 17-142] Invalid property name 'dsa.emu_dir'. Please use the 'list_property' command to find properties supported by the target 'project' object.

Commenting out the line allowed the build to proceed, as I couldn't find this property documented anywhere.

The other change is adding "-force" flag to create_project directive, which allows the script to proceed when there are some remnants in place of a failed tcl script run.

Edited by Adam Polkosnik

Merge request reports