From 696d1c4140c887d1b5ea32d1b5b3c835fcab67f9 Mon Sep 17 00:00:00 2001 From: Sarah Maddox Date: Wed, 18 Apr 2018 14:21:43 +1000 Subject: [PATCH] Added separate lines for BLE long-form definitions. Signed-off-by: Sarah Maddox --- docs/architecture/glossary.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/architecture/glossary.rst b/docs/architecture/glossary.rst index b392c9f9..de18fd9b 100644 --- a/docs/architecture/glossary.rst +++ b/docs/architecture/glossary.rst @@ -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.