diff options
author | gatecat <gatecat@ds0.me> | 2021-02-24 15:28:33 +0000 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-02-24 15:28:33 +0000 |
commit | 4026082470d021e0118a8dc03da3a0c4be8bd171 (patch) | |
tree | 8b55218f097752a0b0e4dcd073f4cf0f43820072 /docs | |
parent | 19ae97afd12e3fed9d09aaf886f6e25a92de1032 (diff) | |
download | nextpnr-4026082470d021e0118a8dc03da3a0c4be8bd171.tar.gz nextpnr-4026082470d021e0118a8dc03da3a0c4be8bd171.tar.bz2 nextpnr-4026082470d021e0118a8dc03da3a0c4be8bd171.zip |
docs/archapi: Typo fixes
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/archapi.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/archapi.md b/docs/archapi.md index 55f5c3bc..3131ae64 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -662,9 +662,9 @@ Return the BelBucketId for the specified bucket name. Returns the bucket for a particular bel. -*BaseArch default: `getBelBucketForCellType(getCellType(bel))`* +*BaseArch default: `getBelBucketForCellType(getBelType(bel))`* -### BelBucketId getBelBucketForCell(IdString cell\_type) const +### BelBucketId getBelBucketForCellType(IdString cell\_type) const Returns the bel bucket for a particular cell type. |