aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-07-22 09:12:33 +0100
committerDavid Shah <dave@ds0.me>2019-07-22 09:12:33 +0100
commitba050c21b94e816f9dd69f69b23ad5105858f401 (patch)
treecbde564a8f34845f6e4b7cb22c929ed80a01beb6
parentd297a96dc1a510c4f81180f3b5a756f46d9c59dc (diff)
downloadnextpnr-ba050c21b94e816f9dd69f69b23ad5105858f401.tar.gz
nextpnr-ba050c21b94e816f9dd69f69b23ad5105858f401.tar.bz2
nextpnr-ba050c21b94e816f9dd69f69b23ad5105858f401.zip
docs: Fix typo
Signed-off-by: David Shah <dave@ds0.me>
-rw-r--r--docs/constraints.md2
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