mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
remove debugging
This commit is contained in:
parent
f6e20700d4
commit
79ca4d9640
1 changed files with 0 additions and 2 deletions
|
@ -15,6 +15,4 @@ class OpenFPGALoader(GenericProgrammer):
|
|||
self.board = board
|
||||
|
||||
def load_bitstream(self, bitstream_file):
|
||||
print(["openFPGALoader", "--board", self.board, bitstream_file])
|
||||
subprocess.call(["openFPGALoader", "--board", self.board, bitstream_file])
|
||||
print("done")
|
||||
|
|
Loading…
Reference in a new issue