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