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:
|
synth:
|
||||||
default_tool : vivado
|
default_tool : vivado
|
||||||
filesets : [includes, rtl, vivado_tcl]
|
filesets : [includes, rtl, "tool_vivado ? (vivado_tcl)"]
|
||||||
generate : [swerv_fpga_config]
|
generate : [swerv_fpga_config]
|
||||||
tools:
|
tools:
|
||||||
vivado:
|
vivado:
|
||||||
|
|
Loading…
Reference in New Issue