Fixed a typo.

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
Maciej Kurc 2019-07-23 14:05:36 +02:00
parent 92cc9b5875
commit dba321c03d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This script solves the fuzzing problem through least-mean-square solution of
an overdetermined linear equation system. an overdetermined linear equation system.
The advantages of this method are: The advantages of this method are:
- Ability to detect negative correlations (tags whic require clearing bits) - Ability to detect negative correlations (tags which require clearing bits)
- Can detect partial correlation tag <-> bit. This happens if for a small - Can detect partial correlation tag <-> bit. This happens if for a small
number of specimens a tag is said to be "1" but in fact it is not due to number of specimens a tag is said to be "1" but in fact it is not due to
the way Vivado interprets requested features and encodes them into bitstream. the way Vivado interprets requested features and encodes them into bitstream.