chipsalliance / chipsalliance/chisel
Parts of the DataMirror API are still internal
Open
- Dominant language
- Scala
- Stars
- 4.8k
- Forks
- 658
- Avg merge
- 18h 59m
- Merged PRs (30d)
- 14
Description
DataMirror was moved to `chisel3.reflect`, but the return type of ,e.g., `DataMirror.directionOf` is still inside of `chisel3.experimental`. Thus to use `DataMirror.directionOf`, the imports look like this:
```
import chisel3.reflect._
import chisel3.experimental.Direction
```
Ideally it should be enough to just `import chisel3.reflect._`
Contributor guide
Assessment
This issue has not been assessed yet.