Commit 91caf1a0 authored by Tristan Gingold's avatar Tristan Gingold

Fix a typo in the quartus.py patch

parent 86df3622
......@@ -209,7 +209,7 @@ class ToolQuartus(MakefileSyn):
the project already exists. For Quartus, a project may have
different extensions."""
self.writeln("""\
ifneq ($(wildcard $(PROJECT).qpf $(PROJECT).qsf)),)
ifneq ($(wildcard $(PROJECT).qpf $(PROJECT).qsf),)
TCL_CREATE := $(TCL_OPEN)
endif""")
self.writeln()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment