From 5683669a57afc065a4aa21c2243381b2195f7b69 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 29 Oct 2019 13:55:20 +0100 Subject: [PATCH] libero.py: minor simplification. --- hdlmake/tools/libero.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hdlmake/tools/libero.py b/hdlmake/tools/libero.py index 1ff4af3..a378355 100644 --- a/hdlmake/tools/libero.py +++ b/hdlmake/tools/libero.py @@ -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: -- 2.18.1