Skip to content

Commit

Permalink
[docs] Remove confusing reset in Seq docs SV example (#7419)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoBi22 authored Aug 1, 2024
1 parent 17c036f commit 2dbab26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dialects/Seq/RationaleSeq.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Examples of registers:
A register without a reset lowers directly to an always block:

```
always @(posedge clk or [posedge reset]) begin
always @(posedge clk) begin
a <= [%input]
end
```
Expand Down

0 comments on commit 2dbab26

Please sign in to comment.