diff options
Diffstat (limited to 'docs/faq.md')
-rw-r--r-- | docs/faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.md b/docs/faq.md index 14785430..085b2bd7 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -23,7 +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. +- **BelBucket**: a collection of bels and cell types. All of the bel buckets form a set cover of bels and cell types. ### Flow Terminology |