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\ partitionForBel(PartitionId partition) const +### const\_range\ getBelsForPartition(PartitionId partition) const Return the list of BELs within a partition.