mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
xilinx/programmer: fix xc3sprog (GenericProgrammer)
This commit is contained in:
parent
8de5b947bd
commit
2b0937153d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class XC3SProg(GenericProgrammer):
|
|||
needs_bitreverse = False
|
||||
|
||||
def __init__(self, cable, flash_proxy_basename=None):
|
||||
Programmer.__init__(self, flash_proxy_basename)
|
||||
GenericProgrammer.__init__(self, flash_proxy_basename)
|
||||
self.cable = cable
|
||||
|
||||
def load_bitstream(self, bitstream_file):
|
||||
|
|
Loading…
Reference in a new issue