Clean only the Quartus project .qsf file, not every .qsf

parent cba64d46
......@@ -55,7 +55,8 @@ class ToolQuartus(ToolSyn):
CLEAN_TARGETS = {'clean': ["*.rpt", "*.smsg", "run.tcl", "*.summary",
"*.done", "*.jdi", "*.pin", "*.qws",
"db", "incremental_db", "*.qsf", "*.qpf"],
"db", "incremental_db", "$(PROJECT).qsf",
"*.qpf"],
'mrproper': ["*.sof", "*.pof", "*.jam", "*.jbc",
"*.ekp", "*.jic"]}
......
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