Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
5fc392ff83ea0acf652bc53330a76f269601c5b5
/
.
/
SVIncCompil
/
Testcases
/
Yosys
/
lut
/
map_and.v
blob: 74e29927d25f5185241330684c75e568f6cae452 [
file
]
module
top
();
input a
,
b
;
output y
;
assign y
=
a
&
b
;
endmodule