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