Commit 5683669a authored by Tristan Gingold's avatar Tristan Gingold

libero.py: minor simplification.

parent 4b5e40f5
......@@ -100,8 +100,6 @@ class ToolLibero(MakefileSyn):
compilation_constraints.append(file_aux)
elif isinstance(file_aux, PDCFile):
compilation_constraints.append(file_aux)
else:
continue
# Second stage: Organizing / activating synthesis constraints (the top
# module needs to be present!)
if synthesis_constraints:
......
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