Project

General

Profile


module clkctrl (
inclk,
ena,
outclk);

input inclk;
input ena;
output outclk;
endmodule
(6-6/10)