Skip to content

Commit

Permalink
Add comments for initial block
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed May 15, 2024
1 parent 48e2d34 commit 1f31d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hdl-by-example/coding_standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
=== "System Verilog"

```sv
// GOOD
// GOOD, but do not use with always_ff
logic some_reg;
initial begin
some_reg = 1'b0;
Expand Down

0 comments on commit 1f31d44

Please sign in to comment.