Skip to content

Commit

Permalink
Update readme for instr length dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayurun committed Mar 4, 2024
1 parent 71c6d12 commit fd2f4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fault-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ For example when you want to shift a bit mask, you can use the type "shift" as f
The shift corresponds to a left shift. In the above case, the number 3 is subsequently shifted by 7, 8, 9 to the left (binary representation).

Another example of a dictionary is the use of instruction width dependent fault masks.
This only works in combination with the wildcard mode, the instruction fault type, and the overwrite fault model.
This only works in combination with the instruction fault type and the overwrite fault model.
Below is an example fault configuration.
This example targets an ARM Cortex M4 processor.
The scenario is to apply an instruction skip.
Expand Down

0 comments on commit fd2f4f8

Please sign in to comment.