1# witherspoon-pfault-analysis
2
3Code for detecting and analyzing power faults on Witherspoon.
4
5## To Build
6
7To build this package, do the following steps:
8
91. `meson setup build`
102. `ninja -C build`
11
12To clean the repository again run `rm -rf build`.
13