Skip to content

Commit

Permalink
Docs: correct command to list passes (#2059)
Browse files Browse the repository at this point in the history
* Correct command to list passes

* pass-help instead of list-passes
  • Loading branch information
anshumanmohan authored May 27, 2024
1 parent d8d5a45 commit b260b37
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ various passes and backends.

The compiler is organized as a sequence of passes that are run when the compiler
executes.
To get a complete list of all passes, run the following from the repository
root:
To get a complete list of all passes, run the following:

```
cargo run -- --list-passes
cargo run -- pass-help
```

This generates results of the form:
Expand Down Expand Up @@ -83,4 +82,4 @@ match up with SystemVerilog definitions of those primitives. These libraries may
also expose components written in Calyx, usually defined using primitives
exposed by the file.

No Calyx program can work without the primitives defined in the [Core Library](libraries/core.md).
No Calyx program can work without the primitives defined in the [Core Library](libraries/core.md).

0 comments on commit b260b37

Please sign in to comment.