aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-01-28 16:03:14 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-02 07:34:56 -0800
commitf3a7c691a317fafd48b9142ff0c688e75bbb6424 (patch)
treec80919e7b0936bed9de9ca296e6f9a0689eecc20 /docs
parent2285c8dbbdbc5b7e718fa849952c560bef69a8fc (diff)
downloadnextpnr-f3a7c691a317fafd48b9142ff0c688e75bbb6424.tar.gz
nextpnr-f3a7c691a317fafd48b9142ff0c688e75bbb6424.tar.bz2
nextpnr-f3a7c691a317fafd48b9142ff0c688e75bbb6424.zip
Make some partition names consistent.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/archapi.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/archapi.md b/docs/archapi.md
index 481448e3..3a0efcce 100644
--- a/docs/archapi.md
+++ b/docs/archapi.md
@@ -493,15 +493,15 @@ during placement.
Return a list of all partitions on the device.
-### IdString partitionName(PartitionId partition) const
+### IdString getPartitionName(PartitionId partition) const
Return the name of the partition.
-### PartitionId partitionForBel(BelId bel) const
+### PartitionId getPartitionForBel(BelId bel) const
Returns the partition for a particular cell type.
-### const\_range\<BelId\> partitionForBel(PartitionId partition) const
+### const\_range\<BelId\> getBelsForPartition(PartitionId partition) const
Return the list of BELs within a partition.