Progress in presentation
[yosys.git] / manual / PRESENTATION_Prog / sigmap_test.v
1 module test(input a, output x, y);
2 assign x = a, y = a;
3 endmodule