Skip to content

Commit

Permalink
fix: Corrected adder code snippet in behavioral lab (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorCaproiu authored Oct 19, 2024
1 parent 1117364 commit 0734c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapters/verilog/behavioral/reading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ module my_module(
for (i = 0; i < 4; i = i + 1) begin
{c, o[i]} = a[i] + b[i] + c;
end
o[4] = c;
end
endmodule
```
Expand Down

0 comments on commit 0734c91

Please sign in to comment.