From 3918a8d345ed1dad56766b3461c1b81babdd6c60 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Tue, 24 Nov 2020 09:31:52 +0100 Subject: [PATCH] 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 --- swerv.core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swerv.core b/swerv.core index ede801a..b6f986e 100644 --- a/swerv.core +++ b/swerv.core @@ -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: