Sign in
foss-fpga-tools
/
third_party
/
yosys
/
f5804a84fd6d9b7d4d50529fcb5c46e3dde89086
/
.
/
manual
/
PRESENTATION_ExSyn
/
techmap_01.v
blob: c53ca91a8b4cf6d3c44dc68a74bb2991636de5b4 [
file
]
module
test
(
input
[
31
:
0
]
a
,
b
,
output
[
31
:
0
]
y
);
assign y
=
a
+
b
;
endmodule