dummy_gclkbuf.v 145 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module dummy_gclkbuf (clkout, clkin, enable); input clkin; input enable; output clkout; and G2 (clkout, clkin, enable); endmodule