Sign in
foss-fpga-tools
/
python-symbiflow-v2x
/
0164e7d2b6cec78ce8a86c0b454425f8e3f2b494
/
.
/
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