From dca184cdd4100860fd6238699098e7321a263aab Mon Sep 17 00:00:00 2001 From: Michal Sieron Date: Mon, 6 Feb 2023 17:28:48 +0100 Subject: [PATCH] Add --no-attack-time option to rowhammer scripts Signed-off-by: Michal Sieron --- docs/source/usage.md | 10 +++++ rowhammer_tester/scripts/hw_rowhammer.py | 25 ++++++------ rowhammer_tester/scripts/rowhammer.py | 50 ++++++++++++++++++++---- 3 files changed, 66 insertions(+), 19 deletions(-) diff --git a/docs/source/usage.md b/docs/source/usage.md index 1a283fc5..f0f4eac4 100644 --- a/docs/source/usage.md +++ b/docs/source/usage.md @@ -206,6 +206,16 @@ Different attack and row selection modes can be used, but only one of them can b (venv) $ python hw_rowhammer.py --row-pairs random --start-row 4 --nrows 10 ``` +- `--no-attack-time