diff options
author | gatecat <gatecat@ds0.me> | 2021-02-09 11:30:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 11:30:23 +0000 |
commit | f67d474edc3f95e830ec23156a90327ae446ce6f (patch) | |
tree | 7df5d4022a40969adcbbbc8fc7fdd841e09db2cc /docs/archapi.md | |
parent | 1febb80a1e519719762aa471d34c3f9acbbe1751 (diff) | |
parent | 11db5a2f1df589ea8c5ba3c0b1cbbfaac77e3580 (diff) | |
download | nextpnr-f67d474edc3f95e830ec23156a90327ae446ce6f.tar.gz nextpnr-f67d474edc3f95e830ec23156a90327ae446ce6f.tar.bz2 nextpnr-f67d474edc3f95e830ec23156a90327ae446ce6f.zip |
Merge pull request #573 from YosysHQ/gatecat/basearchranges
Add BaseArchRanges for default ArchRanges types
Diffstat (limited to 'docs/archapi.md')
-rw-r--r-- | docs/archapi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/archapi.md b/docs/archapi.md index 9e6b3a46..f6f184e0 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -29,7 +29,7 @@ The contents of `ArchRanges` is as follows: |`BelBucketRangeT` | `BelBucketRange` | |`BucketBelRangeT` | `BelId` | -The functions that return a particular type are described below +The functions that return a particular type are described below. Where a default function implementation is provided, `BaseArchRanges` (which `ArchRanges` can inherit from) will set the range type appropriately. archdefs.h ========== |