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