diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/wiki-deprecated/cookbook.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/wiki-deprecated/cookbook.md b/docs/src/wiki-deprecated/cookbook.md index 98581647..9988fc82 100644 --- a/docs/src/wiki-deprecated/cookbook.md +++ b/docs/src/wiki-deprecated/cookbook.md @@ -128,7 +128,7 @@ State transitions are then handled with [`switch`](https://www.chisel-lang.org/a ```scala mdoc:silent:reset import chisel3._ -import chisel3.util._ +import chisel3.util.{switch, is} import chisel3.experimental.ChiselEnum object DetectTwoOnes { |
