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