chipsalliance / chipsalliance/chisel

Parts of the DataMirror API are still internal

Open
#3,010 0 comments 0 reactions 1 assignee Claimed by @jackkoenig View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.