diff options
Diffstat (limited to 'docs/faq.md')
-rw-r--r-- | docs/faq.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md index 8a1b3f6a..085b2bd7 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -23,6 +23,7 @@ For nextpnr we are using the following terminology. - **Wire**: a fixed physical connection inside the FPGA between Pips and/or Bel pins. - **Alias**: a special automatic-on Pip to represent a permanent connection between two wires - **Group**: a collection of bels, pips, wires, and/or other groups +- **BelBucket**: a collection of bels and cell types. All of the bel buckets form a set cover of bels and cell types. ### Flow Terminology |