-
Notifications
You must be signed in to change notification settings - Fork 615
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
Explicit readwrite ports for memories #238
Comments
Strongly agree! On Jul 21, 2016 1:27 PM, "Donggyu" [email protected] wrote:
|
Resolution: there should be an explicit readwrite port for memories, |
Wait for chipsalliance/firrtl#1210 |
* Replace all uses of Y.5.0-RC with Y.5.0 * Change .gitmodules to track Y.5.x branches * Update submodules `git submodule update --remote`
This is done in #3190. |
For now, there's no way to express readwrite ports in Chisel3. In Chisel2, they are inferred from read and write ports by checking their enable signals. I think there should be an explicit way as well as an implicit way to infer in firrtl.
The text was updated successfully, but these errors were encountered: