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 configurationdocs/
- Sphinx-based documentation for the projectfirmware/
- contains Buildroot configurations for Linux on DDR5 Tester and ZCU104 as well as custom configurations and board-specific firmwareopenocd_scripts/
- OpenOCD helper scriptsrowhammer_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