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