blob: af00ac4b015eecc3a9360af51c1ed9e605898f96 [file] [log] [blame]
module dcc_test1(input clki, input ce, output clko);
DCCA I1 (.CLKI (clki), .CE (ce), .CLKO (clko));
endmodule