-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chisel3.util.pipe is broken #615
Comments
Thanks for reporting this. This is due to pr #592 (the removal of the |
ucbjrl
added a commit
that referenced
this issue
May 24, 2017
Replace ambiguous bi-connect ("<>") with mono-connect (":=") for internal Pipe wiring.
ucbjrl
added a commit
that referenced
this issue
May 24, 2017
Replace ambiguous bi-connect ("<>") with mono-connect (":=") for internal Pipe wiring.
ucbjrl
added a commit
that referenced
this issue
May 25, 2017
ucbjrl
added a commit
that referenced
this issue
May 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
After last release, simple instantiation of pipe module gives error
example
dat code gives an error
Exception in thread "main" chisel3.internal.ChiselException: Connection between left (chisel3.core.Bool@cc) and source (chisel3.core.Bool@c2) failed @: Locally unclear whether Left or Right (both internal)
at chisel3.internal.throwException$.apply(Error.scala:13)
at chisel3.core.Data.bulkConnect(Data.scala:222)
at chisel3.core.Data.$less$greater(Data.scala:273)
at chisel3.util.Pipe$.apply(Valid.scala:41)
...
etc
The text was updated successfully, but these errors were encountered: