byuccl / coast

Compiler Assisted Software Fault Tolerance
MIT License
18 stars 8 forks source link

Welcome to the COAST Repository

Build Status Documentation Status

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.

Dependencies

See the build folder for instructions on installation and dependencies.

Cloning

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