Only load Vivado TCL files when using Vivado

This prevents the vivado-specific TCL file to be loaded when using the synth target with other synthesis tools than vivado
This commit is contained in:
Olof Kindgren 2020-11-24 09:31:52 +01:00 committed by GitHub
parent 7332edc0ad
commit 3918a8d345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ targets:
synth:
default_tool : vivado
filesets : [includes, rtl, vivado_tcl]
filesets : [includes, rtl, "tool_vivado ? (vivado_tcl)"]
generate : [swerv_fpga_config]
tools:
vivado: