diff options
author | David Shah <dave@ds0.me> | 2019-07-22 09:12:33 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2019-07-22 09:12:33 +0100 |
commit | ba050c21b94e816f9dd69f69b23ad5105858f401 (patch) | |
tree | cbde564a8f34845f6e4b7cb22c929ed80a01beb6 /docs/constraints.md | |
parent | d297a96dc1a510c4f81180f3b5a756f46d9c59dc (diff) | |
download | nextpnr-ba050c21b94e816f9dd69f69b23ad5105858f401.tar.gz nextpnr-ba050c21b94e816f9dd69f69b23ad5105858f401.tar.bz2 nextpnr-ba050c21b94e816f9dd69f69b23ad5105858f401.zip |
docs: Fix typo
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'docs/constraints.md')
-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 |