We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dacd42 commit 671f23bCopy full SHA for 671f23b
pyfpga/quartus.py
@@ -20,8 +20,8 @@ def _configure(self):
20
self.conf['make_cmd'] = f'quartus_sh --script {tool}.tcl'
21
self.conf['make_ext'] = 'tcl'
22
self.conf['prog_bit'] = ['sof', 'pof']
23
- self.conf['prog_cmd'] = f'bash {tool}-prog.tcl'
24
- self.conf['prog_ext'] = 'tcl'
+ self.conf['prog_cmd'] = f'bash {tool}-prog.sh'
+ self.conf['prog_ext'] = 'sh'
25
26
def _make_custom(self):
27
if 'part' not in self.data:
0 commit comments