Skip to content

Commit

Permalink
Update Multiplexors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 authored Feb 27, 2024
1 parent d2780f3 commit d6bd31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Basic Verilog structures/Multiplexors.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ always_comb begin
end
always_comb begin
if(S==0) begin // Нельзя выполнять операцию присваивания
if(S==0) begin // Нельзя выполнять операцию присваивания
Y = D0; // для одного сигнала (Y) в нескольких
end // блоках always!
end // блоках always!
end
```

Expand Down

0 comments on commit d6bd31d

Please sign in to comment.