Sign in
foss-fpga-tools
/
prjtrellis
/
8b7845f8036d3e73fbc82cb3ed4f34e95db0a17e
/
.
/
minitests
/
reg
/
ffmux.v
blob: 186c24bcbeee457c002899164f8fa896c7a1d058 [
file
]
module
top
(
input CK
,
SD
,
SP
,
D0
,
D1
,
output Q
);
FL1P3AZ ff
(.
CK
(
CK
),
.
SD
(
SD
),
.
SP
(
SP
),
.
D0
(
D0
),
.
D1
(
D1
),
.
Q
(
Q
));
endmodule