fix output directories (out/applications/...)

This commit is contained in:
2022-07-17 13:05:41 -07:00
parent 193e17e2c8
commit 82e72e9e14
3 changed files with 6 additions and 6 deletions

View File

@@ -133,7 +133,7 @@ fn main() {
// XXX: if you change any parameters (above), then change this prefix. otherwise simulations
// will try to load state generated by an earlier run and use it to compute the current
// (differently-parameterized) run.
let prefix = "out/examples/sr-latch/";
let prefix = "out/applications/sr-latch/";
let _ = std::fs::create_dir_all(&prefix);
// add a state file for easy resumption