diff options
| author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-01-28 16:03:14 -0800 |
|---|---|---|
| committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-02 07:34:56 -0800 |
| commit | f3a7c691a317fafd48b9142ff0c688e75bbb6424 (patch) | |
| tree | c80919e7b0936bed9de9ca296e6f9a0689eecc20 | |
| parent | 2285c8dbbdbc5b7e718fa849952c560bef69a8fc (diff) | |
| download | nextpnr-f3a7c691a317fafd48b9142ff0c688e75bbb6424.tar.gz nextpnr-f3a7c691a317fafd48b9142ff0c688e75bbb6424.tar.bz2 nextpnr-f3a7c691a317fafd48b9142ff0c688e75bbb6424.zip | |
Make some partition names consistent.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
| -rw-r--r-- | docs/archapi.md | 6 |
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. |
