diff options
-rw-r--r-- | docs/constraints.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/constraints.md b/docs/constraints.md index c12204da..67c8ddd7 100644 --- a/docs/constraints.md +++ b/docs/constraints.md @@ -24,7 +24,7 @@ the Bel you wish it to be placed at. For example: ## Clock Constraints -There are two ways to apply clock constraints in nextpnr. The `--clock {freq}` command line argument is used to +There are two ways to apply clock constraints in nextpnr. The `--freq {freq}` command line argument is used to apply a default frequency (in MHz) to all clocks without a more specific constraint. The Python API can apply clock constraints to specific named clocks. This is done by passing a Python file |