From f3a7c691a317fafd48b9142ff0c688e75bbb6424 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 28 Jan 2021 16:03:14 -0800 Subject: Make some partition names consistent. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- docs/archapi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3