diff options
author | David Shah <davey1576@gmail.com> | 2018-11-22 21:56:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 21:56:30 +0000 |
commit | 8bda861a7198ab04ea164c915368d66ba9843a9f (patch) | |
tree | 5723140a741a3976be14c3129bb7d5e8067ece28 /docs/constraints.md | |
parent | e48c9e73e7bd30ef49fe3386330337b8a8c02054 (diff) | |
parent | 7a61ffc3f490e8298ab39c24d9cda9951e5dda97 (diff) | |
download | nextpnr-8bda861a7198ab04ea164c915368d66ba9843a9f.tar.gz nextpnr-8bda861a7198ab04ea164c915368d66ba9843a9f.tar.bz2 nextpnr-8bda861a7198ab04ea164c915368d66ba9843a9f.zip |
Merge pull request #144 from bgamari/patch-1
docs/constraints: Fix typo
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 263df7b6..c12204da 100644 --- a/docs/constraints.md +++ b/docs/constraints.md @@ -2,7 +2,7 @@ There are three types of constraints available for end users of nextpnr. -## Architecture-specific IO Cconstraints +## Architecture-specific IO Constraints Architectures may provide support for their native (or any other) IO constraint format. The iCE40 architecture supports PCF constraints thus: |