Skip to content

antmicro/rowhammer-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

025d167 · Jan 27, 2025
Jan 3, 2025
Jan 14, 2025
Oct 24, 2024
Apr 6, 2023
Jan 27, 2025
Jan 27, 2025
Dec 19, 2024
Jan 17, 2025
Jan 26, 2021
Nov 29, 2024
Oct 29, 2024
Sep 1, 2022
Dec 5, 2024
Oct 24, 2024
Dec 2, 2024
Jan 14, 2025
Dec 2, 2024

Repository files navigation

Rowhammer Tester

Copyright (c) 2020-2024 Antmicro

The aim of this project is to provide a platform for testing the DRAM "Row Hammer" vulnerability.

The repository includes:

  • .github/ - Directory with CI configuration
  • docs/ - Sphinx-based documentation for the project
  • firmware/ - contains Buildroot configurations for Linux on DDR5 Tester and ZCU104 as well as custom configurations and board-specific firmware
  • openocd_scripts/ - OpenOCD helper scripts
  • rowhammer_tester/ - Core part of the project, a Python module including:
    • gateware for Rowhammer Tester platform
    • userspace scripts used for running tests
  • tests/ - Rowhammer Tester's block tests (e.g. PayloadExecutor, BIST)
  • third_party/ - Third party Rowhammer Tester sources