Skip to content

LUT6 instantiation support? #240

@peepo

Description

@peepo

does Trellis/Yosys support LUT6 instantiation for ECP5?

as in: LUT6 #(
.INIT(64’h0000000000000000) // Specify LUT Contents
)
LUT6_inst (
.O(O), // LUT general output
.I0(I0), // LUT input
.I1(I1), // LUT input
.I2(I2), // LUT input
.I3(I3), // LUT input
.I4(I4), // LUT input
.I5(I5) // LUT input
);

or similar?

if not, is there an intention to, in the future?

AFAICT Lattice Diamond does, but am having other issues there...

Apologies as Google has not as yet provided a solution, and as I have not instantiated previously, it might be quite difficult to prove either way??

thanks again

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

    Issue actions