Project

General

Profile

479 markw
module clkctrl (
inclk,
ena,
outclk);

input inclk;
input ena;
output outclk;
endmodule