From dba321c03d03b8a527ed8eb2b36755c926fd2e94 Mon Sep 17 00:00:00 2001 From: Maciej Kurc Date: Tue, 23 Jul 2019 14:05:36 +0200 Subject: [PATCH] Fixed a typo. Signed-off-by: Maciej Kurc --- prjxray/lms_solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prjxray/lms_solver.py b/prjxray/lms_solver.py index 7f4085e2..dec04b63 100755 --- a/prjxray/lms_solver.py +++ b/prjxray/lms_solver.py @@ -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.