Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 403 Bytes

File metadata and controls

23 lines (17 loc) · 403 Bytes

redstone

Building

git clone https://github.com/rondubi/redstone.git --recursive
cd redstone
mkdir build
cmake -B build .
cd build
make

Running on a Program

Redstone accepts simulation configuration files that specify things like fault likelihoods and program paths. For examples of use, see the demo_*.toml files in the root directory.

./build/redstone demo_ff.toml