Improve igloo2 example
[yosys.git] / manual / PRESENTATION_ExSyn / techmap_01.v
1 module test(input [31:0] a, b,
2 output [31:0] y);
3 assign y = a + b;
4 endmodule