aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-01-28 18:32:42 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-02 07:34:56 -0800
commit878fcdd22dfab32234f2537892ae844b2b4495f3 (patch)
treee220eea4df9096e9473953cbecb94941700f1079 /docs
parentb4160c228e789639dc9f434100976c5eb1f95d8d (diff)
downloadnextpnr-878fcdd22dfab32234f2537892ae844b2b4495f3.tar.gz
nextpnr-878fcdd22dfab32234f2537892ae844b2b4495f3.tar.bz2
nextpnr-878fcdd22dfab32234f2537892ae844b2b4495f3.zip
Implement partitioning in placer_heap.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/archapi.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/archapi.md b/docs/archapi.md
index 53132bd9..855796d6 100644
--- a/docs/archapi.md
+++ b/docs/archapi.md
@@ -486,7 +486,7 @@ information for all edges. `index` must be in [0, clockInfoCount), behaviour is
Partition Methods
-----------------
-Partitions are subsets of BelIds and cell types used by analytic placement to
+Partitions are subsets of BelIds and cell types used by analytic placer to
seperate types of BELs during placement. Typical partitions are:
- All LUT BELs
- All FF BELs