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