#Author : Steve Allen #name : module mkIfc ( Ifc ); body; endmodule # -- (* synthesize *) module mk${1:Ifc} ( $1 ); // state $0 // rules // methods/interfaces endmodule