aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.