Wolf-LITE/FPGA/clock_buffer/clock_buffer_bb.v

9 wiersze
85 B
Verilog

module clock_buffer (
inclk,
outclk);
input inclk;
output outclk;
endmodule