Merge pull request #82 from chipsalliance/quartus_core_fix
Only load Vivado TCL files when using Vivado
This commit is contained in:
commit
bcb5b33726
|
@ -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