chipsalliance / chipsalliance/chisel
Incorrect Error Message in Data.connect(...)
Open
good first issue
- Dominant language
- Scala
- Stars
- 4.8k
- Forks
- 658
- Avg merge
- 18h 59m
- Merged PRs (30d)
- 14
Description
In https://github.com/freechipsproject/chisel3/blob/master/chiselFrontend/src/main/scala/chisel3/Data.scala#L377:
```.scala
requireIsHardware(this, "data to be connected")
requireIsHardware(that, "data to be connected")
```
The first error message is incorrect. It should be something like `left hand side of the connection`.
Contributor guide
Assessment
This issue has not been assessed yet.