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