chipsalliance / chipsalliance/chisel

Incorrect Error Message in Data.connect(...)

Open
#1,170 9 comments 0 reactions 0 assignees View on GitHub
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

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.