File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ $ uv run scripts/plot_benchmark_results.py
5151## Monitor CLI
5252The CLI for the monitor can be used as follows:
5353``` bash
54- $ cargo run --package protocols- monitor -- --help
54+ $ cargo monitor --help
5555
5656Usage: protocols-monitor [OPTIONS] --protocol < PROTOCOLS_FILE> --wave < WAVE_FILE>
5757
@@ -89,13 +89,13 @@ Options:
8989Example usage:
9090```bash
9191$ cd monitor/tests
92- $ cargo run --quiet --package protocols- monitor -- -p adders/add_d1.prot --wave adders/add_d1.fst --instances add_d1:Adder
92+ $ cargo monitor -p adders/add_d1.prot --wave adders/add_d1.fst --instances add_d1:Adder
9393```
9494
9595## Interpreter CLI
9696The interpreter has a CLI, which can be invoked as follows:
9797```bash
98- $ cargo run --package protocols- interp -- --help
98+ $ cargo interp --help
9999
100100Usage: protocols-interp [OPTIONS] --protocol <PROTOCOLS_FILE> --transactions <TRANSACTIONS_FILE>
101101
@@ -127,7 +127,7 @@ Options:
127127Example usage:
128128
129129```bash
130- $ cargo run --package protocols- interp -- --verilog protocols/tests/adders/adder_d1/add_d1.v \
130+ $ cargo interp --verilog protocols/tests/adders/adder_d1/add_d1.v \
131131 --protocol protocols/tests/adders/adder_d1/add_d1.prot \
132132 -t protocols/tests/adders/adder_d1/both_threads_pass.tx \
133133 --verbose
You can’t perform that action at this time.
0 commit comments