repo2/eclaireXL_ITX/clkctrl2/clkctrl2_bb.v @ 1476
|
|
module clkctrl2 (
|
|
inclk3x,
|
|
inclk2x,
|
|
inclk1x,
|
|
inclk0x,
|
|
clkselect,
|
|
outclk);
|
|
|
|
input inclk3x;
|
|
input inclk2x;
|
|
input inclk1x;
|
|
input inclk0x;
|
|
input [1:0] clkselect;
|
|
output outclk;
|
|
endmodule
|