fix output directories (out/applications/...
)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user