Sign in
foss-fpga-tools
/
third_party
/
yosys
/
15aa3f460d1aa873108360df1cf2d5f22137946d
/
.
/
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