Skip to content

Commit

Permalink
Remove par-to-seq from profiler passes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Dec 10, 2024
1 parent 84dab52 commit 10f834c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fud2/scripts/profiler.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn calyx_to_flamegraph(e, input, output) {
e.build_cmd(["$cells"], "component-cells", [input], []);
e.build_cmd([instrumented_verilog], "calyx", [input], []);
e.arg("backend", "verilog");
e.arg("args", " -p static-inline -p compile-static -p compile-repeat -p par-to-seq -p compile-invoke -p profiler-instrumentation -p $passes -x tdcc:dump-fsm-json=fsm.json");
e.arg("args", " -p static-inline -p compile-static -p compile-repeat -p compile-invoke -p profiler-instrumentation -p $passes -x tdcc:dump-fsm-json=fsm.json");

let instrumented_sim = "instrumented.exe";
// verilog --> sim; adapted from verilator::verilator_build()
Expand Down

0 comments on commit 10f834c

Please sign in to comment.