Skip to content

Render LUT diagram #42

@drom

Description

@drom

Brief explanation

Render FPGA LUTs as a digital circuit diagram.

Detailed Explanation

FPGA devices use look-up table (LUT) to implement arbitrary combinatorial logic.

for N bit LUT configuration can be represented as an 2^N long number.

Most typical LUTs are LUT4 with N = 4 with 2^N = 16 bit config word shown on the figure below.

Mux representation of LUT is not the most human-readable one.

Any configuration of the LUT can be rendered as a digital circuit diagram.

https://github.com/drom/icedrom -- is an JavaScript libratry that can render LUT config as digital circuit diagram.

Read more HERE https://observablehq.com/@drom/lut4-decoder

Activity

changed the title [-]render LUT diagram[/-] [+]Render LUT diagram[/+] on Mar 18, 2020
mithro

mithro commented on Mar 18, 2020

@mithro
Contributor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mithro@drom

        Issue actions

          Render LUT diagram · Issue #42 · f4pga/ideas