blob: 4b72b6f0f103cb288178f75c384af85661e0e98e [file]
/*
* `output wire rdclk` should be detected as a clock despite this being a black
* box module.
*/
(* whitebox *)
module BLOCK(a, b, rdclk);
input wire a;
input wire b;
output wire rdclk;
endmodule