Skip to content

Commit 311167b

Browse files
mem: cleanup of the rowhammer code
This change cleans most of the non-important comments from the hammersim codebase. Change-Id: I316a067da79ca12c1e6dbb930887436237a687df Signed-off-by: Kaustav Goswami <kggoswami@ucdavis.edu>
1 parent 05745c6 commit 311167b

File tree

3 files changed

+270
-355
lines changed

3 files changed

+270
-355
lines changed

src/mem/DRAMInterface.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ class DRAMInterface(MemInterface):
116116
"named as `rowhammer.trace`",
117117
)
118118

119+
rh_stat_file = Param.String(
120+
"m5out/rowhammer.trace", "output path of the rowhammer trace"
121+
)
122+
119123
# Single-sided rowhammer probability.
120124
single_sided_prob = Param.Unsigned(
121125
1e7,

0 commit comments

Comments
 (0)