Skip to content

Commit

Permalink
no cabinet or frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 1, 2023
1 parent ac3ab52 commit be42367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnman/transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,8 +1161,8 @@ def read_fpga_register(
ReadFPGARegister(fpga_num, register, board))
return response.fpga_register # pylint: disable=no-member

def write_fpga_register(self, fpga_num, register, value, cabinet, frame,
board):
def write_fpga_register(self, fpga_num, register, value,
cabinet=0, frame=0, board=0):
"""
Write a register on a FPGA of a board. The meaning of setting the
register's contents will depend on the FPGA's configuration.
Expand Down

0 comments on commit be42367

Please sign in to comment.