Skip to content

Commit 7518caf

Browse files
committed
fixup! proc_mux: add comments
1 parent 9a89921 commit 7518caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passes/proc/proc_mux.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PRIVATE_NAMESPACE_BEGIN
3838
* For each snippet, multiplexers ($mux or $pmux) are emitted
3939
* based on the full switch.
4040
* $pmux are only emitted when legal based on whether the cases can be
41-
* evaluated in parallel. Bad HDLs allow users to build cases that can't.
41+
* evaluated in parallel.
4242
* In that case, instead of a $pmux, you get a chain of $mux.
4343
* Nested switches build branching trees of muxes.
4444
*/

0 commit comments

Comments
 (0)