aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-02-09 10:39:14 +0000
committergatecat <gatecat@ds0.me>2021-02-09 10:39:14 +0000
commit11db5a2f1df589ea8c5ba3c0b1cbbfaac77e3580 (patch)
tree83811636d13688142d2e99e58096939b3c6971d7 /docs
parentbcf81f0e711a443818089bde707f708c8d18dd23 (diff)
downloadnextpnr-11db5a2f1df589ea8c5ba3c0b1cbbfaac77e3580.tar.gz
nextpnr-11db5a2f1df589ea8c5ba3c0b1cbbfaac77e3580.tar.bz2
nextpnr-11db5a2f1df589ea8c5ba3c0b1cbbfaac77e3580.zip
Add BaseArchRanges for default ArchRanges types
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'docs')
-rw-r--r--docs/archapi.md2
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
==========