Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
quicklogic
/
pp3
/
tests
/
lut
/
lut1.v
blob: f0ad70ecbebb764d9d3277a1cd701162f543dbf2 [
file
] [
log
] [
blame
] [
edit
]
module
top
(
input wire
[
3
:
0
]
I
,
output wire O
);
LUT1
#(.INIT(2'b01)) the_lut (
.
I0
(
I
[
0
]),
.
O
(
O
)
);
endmodule