Add HOLD/RST support for SB_MAC16
[yosys.git] / manual / PRESENTATION_Prog / sigmap_test.v
1 module test(input a, output x, y);
2 assign x = a, y = a;
3 endmodule