module tribuf_prim ( input a, input en, output y ); bufif1 g_buf (y, a, en); endmodule
bufif1
z
bufif0
en=x
a