Make some partition names consistent.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2021-01-28 16:03:14 -08:00
parent 2285c8dbbd
commit f3a7c691a3

View File

@ -493,15 +493,15 @@ during placement.
Return a list of all partitions on the device. 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. Return the name of the partition.
### PartitionId partitionForBel(BelId bel) const ### PartitionId getPartitionForBel(BelId bel) const
Returns the partition for a particular cell type. 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. Return the list of BELs within a partition.