Sign in
foss-fpga-tools
/
third_party
/
verible
/
0ad00f0b2a11ef48b7dba9a85905e4f4e7a91c88
/
.
/
verilog
/
tools
/
lint
/
testdata
/
always_ff_non_blocking.sv
blob: a699fb8baf95fba49e7941ab134aafeba6f50d33 [
file
] [
log
] [
blame
]
module
always_ff_non_blocking
;
always_ff
@(
posedge c
)
a
=
b
;
// [Style: sequential-logic] [always-ff-non-blocking]
endmodule