File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import chisel3._
1616 * io.selector(0) -> 2.U,
1717 * io.selector(1) -> 4.U,
1818 * io.selector(2) -> 8.U,
19- * io.selector(4) -> 11 .U,
19+ * io.selector(4) -> 16 .U,
2020 * ))
2121 *
2222 * // or using ChiselEnum1H
@@ -31,7 +31,7 @@ import chisel3._
3131 * 2.U,
3232 * 4.U,
3333 * 8.U,
34- * 11 .U,
34+ * 16 .U,
3535 * ))
3636 * }}}
3737 *
@@ -54,7 +54,7 @@ object Mux1H {
5454 * io.selector(0) -> 2.U,
5555 * io.selector(1) -> 4.U,
5656 * io.selector(2) -> 8.U,
57- * io.selector(4) -> 11 .U,
57+ * io.selector(4) -> 16 .U,
5858 * ))
5959 * }}}
6060 * Returns the output of the Mux tree.
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ class OneHotEnumMux1HTester extends BasicTester {
321321 2 .U ,
322322 4 .U ,
323323 8 .U ,
324- 11 .U ,
324+ 16 .U ,
325325 ))
326326 assert(hotValue === 4 .U )
327327
You can’t perform that action at this time.
0 commit comments