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