blob: 3870d30b8e3fd348fe91272d4dd174652eb38d7b [file]
(* whitebox *)
module BLOCK(
input wire clk,
input wire Clk,
input wire CLK,
input wire clkX,
input wire clkBus,
input wire sys_clk,
input wire sys_clk10,
input wire regular_input,
output wire o
);
endmodule