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