Skip to content

Commit c7cedad

Browse files
authored
fix: DMux8way Body
2 parents 7846b80 + d3e2dd5 commit c7cedad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/hdl.code-snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"DMux8Way"
105105
],
106106
"body": [
107-
"DMux4Way(in=$1, sel=$2, a=$3, b=$4, c=$5, d=$6, e=$7, f=$8, g=$9, h=$10);",
107+
"DMux8Way(in=$1, sel=$2, a=$3, b=$4, c=$5, d=$6, e=$7, f=$8, g=$9, h=$10);",
108108
"$0"
109109
],
110110
"description": "/* Channels the input to one out of eight outputs */"

0 commit comments

Comments
 (0)