Skip to content

Commit

Permalink
mem: cleanup of the rowhammer code
Browse files Browse the repository at this point in the history
This change cleans most of the non-important comments from the
hammersim codebase.

Change-Id: I316a067da79ca12c1e6dbb930887436237a687df
Signed-off-by: Kaustav Goswami <[email protected]>
  • Loading branch information
kaustav-goswami committed Nov 22, 2023
1 parent c1b0020 commit 82f57d2
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 355 deletions.
4 changes: 4 additions & 0 deletions src/mem/DRAMInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ class DRAMInterface(MemInterface):
"named as `rowhammer.trace`",
)

rh_stat_file = Param.String(
"m5out/rowhammer.trace", "output path of the rowhammer trace"
)

# Single-sided rowhammer probability.
single_sided_prob = Param.Unsigned(
1e7,
Expand Down
Loading

0 comments on commit 82f57d2

Please sign in to comment.