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