Skip to content

Commit

Permalink
Remove use of undefined variable
Browse files Browse the repository at this point in the history
The argument to this function was removed in commit 31eb06, but this use of the
argument was left behind.
  • Loading branch information
GCHQDeveloper560 authored and olofk committed Aug 5, 2019
1 parent 99bcf8c commit f60069e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edalize/quartus.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def _handle_tcl(f):
"""
def run_main(self):
args = ['--mode=jtag']
args += remaining
args += ['-o']
args += ['p;' + self.name.replace('.', '_') + '.sof']
self._run_tool('quartus_pgm', args)

0 comments on commit f60069e

Please sign in to comment.