Sfoglia il codice sorgente

add missing run_mimc.sh script

narodnik 6 anni fa
parent
commit
16ebe6dc78
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      run_mimc.sh

+ 5 - 0
run_mimc.sh

@@ -0,0 +1,5 @@
+#!/bin/bash -x
+python scripts/preprocess.py proofs/mimc.psm > /tmp/mimc.psm || exit $?
+python scripts/compile.py --supervisor /tmp/mimc.psm --output mimc.zcd || exit $?
+cargo run --release --bin mimc
+