Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Mar 8, 2024
1 parent dc95b0b commit 6114cbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions edalize/quartus.py
Expand Up @@ -17,7 +17,6 @@


class Quartus(Edatool):

argtypes = ["vlogdefine", "vlogparam", "generic"]

# Define Standard edition to be our default version
Expand Down Expand Up @@ -187,7 +186,9 @@ def qsys_file_filter(self, f):
try:
tool = qsysTree.find("component").attrib["tool"]
except AttributeError:
tool = qsysTree.find(".//{http://www.altera.com/XMLSchema/IPXact2014/extensions}tool").text
tool = qsysTree.find(
".//{http://www.altera.com/XMLSchema/IPXact2014/extensions}tool"
).text
if tool == "QsysPro":
if self.isPro:
name = f.name
Expand Down

0 comments on commit 6114cbf

Please sign in to comment.