Skip to content

Commit

Permalink
Run make format
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Dudek <[email protected]>
  • Loading branch information
mtdudek committed Oct 13, 2023
1 parent a223069 commit ce9f36a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions rowhammer_tester/scripts/hw_rowhammer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def attack(self, row_tuple, read_count, progress_header=''):

# Attacked addresses
memwrite(self.wb, addresses, base=self.wb.mems.reader_pattern_addr.base)
memwrite(self.wb, ([0xaaaaaaaa]*16),
base=self.wb.mems.reader_pattern_data.base)
memwrite(self.wb, ([0xaaaaaaaa] * 16), base=self.wb.mems.reader_pattern_data.base)

# how many
print('read_count: ' + str(int(read_count)))
Expand Down
1 change: 0 additions & 1 deletion rowhammer_tester/scripts/rowhammer.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def prepare_memory(self):
self.display_errors(errors, read_count)
return


def run(self, row_pairs, pattern_generator, read_count, row_progress=16, verify_initial=False):
"""
Main part of the script.
Expand Down

0 comments on commit ce9f36a

Please sign in to comment.