FIRRTL bulk connections emitted incorrectly for views of same type but non-identity mapping · Issue #4185 · chipsalliance/chisel · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type of issue: Bug Report
Please provide the steps to reproduce the problem:
Consider the following Chisel:
What is the current behavior?
This emits the following Verilog:
What is the expected behavior?
Obviously those connections to
legacy
are wrong. This is due to the fact that Chisel is emitting a bulk connect to FIRRTL:Please tell us about your environment:
Other Information
What is the use case for changing the behavior?
The text was updated successfully, but these errors were encountered: