Make some partition names consistent.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
2285c8dbbd
commit
f3a7c691a3
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user