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:
parent
7332edc0ad
commit
3918a8d345
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue