build/xilinx/vivado: set_property library only supported for vhdl
This commit is contained in:
parent
ac70083453
commit
384f4f428e
|
@ -91,6 +91,7 @@ class XilinxVivadoToolchain:
|
|||
for filename, language, library in sources:
|
||||
filename_tcl = "{" + filename + "}"
|
||||
tcl.append("add_files " + filename_tcl)
|
||||
if language == "vhdl":
|
||||
tcl.append("set_property library {} [get_files {}]"
|
||||
.format(library, filename_tcl))
|
||||
|
||||
|
|
Loading…
Reference in New Issue