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
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)
The text was updated successfully, but these errors were encountered:
WireInit is outphased from recent Chisel3. Update DCache.scala to use WireDefault instead
The text was updated successfully, but these errors were encountered: