Sign in
foss-fpga-tools
/
python-symbiflow-v2x
/
037d50d09362cdcec5a109e8509a743f787f0e90
/
.
/
tests
/
clocks
/
input_named_rdclk
/
input_named_rdclk.sim.v
blob: 70d827aa341084929548dacccf2afd159b0e2058 [
file
]
/*
* `input wire rdclk` should be detected as a clock despite this being a black
* box module.
*/
(*
whitebox
*)
module
BLOCK
(
rdclk
,
a
,
o
);
input wire rdclk
;
input wire a
;
output wire o
;
endmodule