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