Template:LUT: Difference between revisions
Appearance
added examples |
m examples |
||
Line 1: | Line 1: | ||
; '''Lookup table''' | ; '''Lookup table''' | ||
: In ''Logic World'', a '''Lookup table''' ('''LUT''') is a circuit that explicitly encodes all possible input cases | : In ''Logic World'', a '''Lookup table''' ('''LUT''') is a circuit that explicitly encodes all possible input cases and assigns a specific output to each case. | ||
: The output may be a single bit or a pattern of bits. | : The output may be a single bit or a pattern of bits. | ||
: Examples: | : Examples: | ||
:*storing characters for a screen | :* read-only memory ([[ROM]]) (general example) | ||
:*a hard-coded complex formula | :* storing characters for a screen (particular example) | ||
:* a hard-coded complex formula |
Latest revision as of 16:53, 10 September 2025
- Lookup table
- In Logic World, a Lookup table (LUT) is a circuit that explicitly encodes all possible input cases and assigns a specific output to each case.
- The output may be a single bit or a pattern of bits.
- Examples:
- read-only memory (ROM) (general example)
- storing characters for a screen (particular example)
- a hard-coded complex formula