Skip to content
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

Remove obsolete WireInit. Use WireDefault instead #1817

Closed
tampler opened this issue Feb 3, 2019 · 0 comments
Closed

Remove obsolete WireInit. Use WireDefault instead #1817

tampler opened this issue Feb 3, 2019 · 0 comments

Comments

@tampler
Copy link

tampler commented Feb 3, 2019

WireInit is outphased from recent Chisel3. Update DCache.scala to use WireDefault instead

[error] /home/bku/work/ndyne/fusion/src/main/scala/rocket/DCache.scala:13:8: object WireInit is not a member of package chisel3.core
[error] import chisel3.core.{ DontCare, WireInit }
[error]        ^
[error] /home/bku/work/ndyne/fusion/src/main/scala/rocket/DCache.scala:176:24: not found: value WireInit
[error]     val uncachedResp = WireInit(new HellaCacheReq, DontCare)
edwardcwang added a commit that referenced this issue Feb 7, 2019
edwardcwang added a commit that referenced this issue Feb 7, 2019
edwardcwang added a commit that referenced this issue Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant