-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels