mirror of https://github.com/openXC7/prjxray.git
Fixed a typo.
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
92cc9b5875
commit
dba321c03d
|
|
@ -4,7 +4,7 @@ This script solves the fuzzing problem through least-mean-square solution of
|
|||
an overdetermined linear equation system.
|
||||
|
||||
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
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue