Sign in
foss-fpga-tools
/
python-symbiflow-v2x
/
36a82f962cfaae15f7028e1e83c9b5a443493383
/
.
/
tests
/
clocks
/
output_named_rdclk
/
output_named_rdclk.sim.v
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