Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 355 Bytes

Arm8 weak memory model

This repository contains the Arm8 memory model with support for mixed-size accesses.

Prerequisites:

Compilation instructions:

  • git submodule update # updates hahn submodule
  • cd hahn; make; cd .. # make hahn
  • cd arm-model; make # make arm-model ~