Skip to content

Commit

Permalink
Merge pull request #167 from antmicro/msieron/add-bank-note
Browse files Browse the repository at this point in the history
doc/usage: add note about selecting bank to attack
  • Loading branch information
tmichalak authored Jan 26, 2023
2 parents 997a9ca + 87fd453 commit 88f8315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ Bit-flips for row 134: 3
### Row selection examples
```{warning}
Attacks are performd on a single bank.
By default it is bank 0.
To change the bank that is being attacked use the `--bank` flag.
```
- Select row pairs from row 3 (`--start-row`) to row 59 (`--nrows`) where the next pair is 5 rows away (`--row-jump`) from the previous one:
```sh
Expand Down

0 comments on commit 88f8315

Please sign in to comment.