Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ To get something that runs fast, use `-DCMAKE_BUILD_TYPE=Release` or
you want debug info to go with it. `Release` mode makes a very large difference
in performance.

To use the verilog frontend add `-DCIRCT_SLANG_FRONTEND_ENABLED=ON`.

If you plan to use the Python bindings, you should also specify
`-DCIRCT_BINDINGS_PYTHON_ENABLED=ON`.

Expand Down