Jump to content

Template:LUT: Difference between revisions

From Logic World Wiki
DjSapsan (talk | contribs)
mNo edit summary
DjSapsan (talk | contribs)
added examples
Line 2: Line 2:
: In ''Logic World'', a '''Lookup table''' ('''LUT''') is a circuit that explicitly encodes all possible input cases, assigning a specific output to each case.
: In ''Logic World'', a '''Lookup table''' ('''LUT''') is a circuit that explicitly encodes all possible input cases, assigning 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.
: Example: encoding characters for a screen.
: Examples:
:*storing characters for a screen
:*a hard-coded complex formula
:*read-only memory ([[ROM]])

Revision as of 16:47, 10 September 2025

Lookup table
In Logic World, a Lookup table (LUT) is a circuit that explicitly encodes all possible input cases, assigning a specific output to each case.
The output may be a single bit or a pattern of bits.
Examples:
  • storing characters for a screen
  • a hard-coded complex formula
  • read-only memory (ROM)