From ba050c21b94e816f9dd69f69b23ad5105858f401 Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 22 Jul 2019 09:12:33 +0100 Subject: [PATCH] docs: Fix typo Signed-off-by: David Shah --- docs/constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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