Sign in
foss-fpga-tools
/
third_party
/
yosys
/
4be5a0fd7c1573f81c6c70a16601f7ce5ab87210
/
.
/
tests
/
lut
/
map_or.v
blob: 8b8c551885ba2871f3abf489cad106815627090e [
file
]
module
top
(...);
input a
,
b
;
output y
;
assign y
=
a
|
b
;
endmodule