Skip to content

Commit

Permalink
Add missing eda_api argument to quartus backend
Browse files Browse the repository at this point in the history
  • Loading branch information
rswarbrick authored and olofk committed Feb 10, 2022
1 parent 6406063 commit 3f6747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edalize/quartus.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self, edam=None, work_root=None, eda_api=None, verbose=False):
if not edam:
edam = eda_api

super(Quartus, self).__init__(edam, work_root, verbose)
super(Quartus, self).__init__(edam, work_root, eda_api, verbose)

# Acquire quartus_sh identification information from available tool if
# possible. We always default to version 18.1 Standard if a problem is encountered
Expand Down

0 comments on commit 3f6747e

Please sign in to comment.