Skip to content

Commit

Permalink
Add missing properties to CW310.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcrypt committed Oct 12, 2023
1 parent 3eace17 commit d59e096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions software/chipwhisperer/capture/targets/CW310.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ def __init__(self, *args, **kwargs):
self.last_key = bytearray([0]*16)
self.target_name = 'AES'
self._io = FPGAIO(self._naeusb, 200)
self.toggle_user_led = False
self.check_done = False

# TODO- temporary until these are added to the parsed defines file
self.REG_XADC_DRP_ADDR = 0x17
Expand Down

0 comments on commit d59e096

Please sign in to comment.