Welcome to the repository for COAST (COmpiler-Assisted Software fault Tolerance), BYU's tool for automated software mitigation! To get started, please refer to our documentation pages.
See the build folder for instructions on installation and dependencies.
If you plan to use our fault injection manager, use the following commands to clone this repository:
git clone --recursive -j2 git@github.com:byuccl/coast-private.git
This makes sure that the QEMU submodule repository is also cloned. If you forget this, go to coast/simulation/qemu-byu-ccl
and execute
git submodule init
git submodule update