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): ...@@ -209,7 +209,7 @@ class ToolQuartus(MakefileSyn):
the project already exists. For Quartus, a project may have the project already exists. For Quartus, a project may have
different extensions.""" different extensions."""
self.writeln("""\ self.writeln("""\
ifneq ($(wildcard $(PROJECT).qpf $(PROJECT).qsf)),) ifneq ($(wildcard $(PROJECT).qpf $(PROJECT).qsf),)
TCL_CREATE := $(TCL_OPEN) TCL_CREATE := $(TCL_OPEN)
endif""") endif""")
self.writeln() 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