Added separate lines for BLE long-form definitions.

Signed-off-by: Sarah Maddox <sarahmaddox@google.com>
This commit is contained in:
Sarah Maddox 2018-04-18 14:21:43 +10:00
parent cdf9ba9135
commit 696d1c4140
1 changed files with 4 additions and 2 deletions

View File

@ -3,10 +3,12 @@ Glossary
.. glossary::
basic element
BEL
basic logic element
BLE
Basic element (BEL) or basic logic element (BLE)
BELs or BLEs are the basic logic elements in an FPGA, including
Basic elements (BELs) or basic logic element (BLEs)
are the basic logic units in an FPGA, including
carry or fast adders (CFAs), flip flops (FFs), lookup tables (LUTs),
multiplexers (MUXes), and other element types.
Note: Programmable interconnects (PIPs) are not counted as BELs.