Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
6ce6840a96fc0d4401dbc401b0aecc29d7234654
/
.
/
SVIncCompil
/
Testcases
/
Yosys
/
lut
/
map_or.v
blob: 3905f325bd6a1e86dbd34fa7fe1b1eddfa693d1a [
file
]
module
top
();
input a
,
b
;
output y
;
assign y
=
a
|
b
;
endmodule