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

Chisel compile warning: Chisel3 package import #2442

Merged
merged 1 commit into from Apr 29, 2020
Merged

Chisel compile warning: Chisel3 package import #2442

merged 1 commit into from Apr 29, 2020

Conversation

ingallsj
Copy link
Contributor

Related issue: follow-up to #2357
Type of change: paying off technical debt
Impact: no functional change
Development Phase: implementation

Release Notes
fix these Chisel compile warnings:

[warn] /rocket-chip/src/main/scala/amba/apb/Monitor.scala:17:67: type Reset in package core is deprecated (since 3.2): Use the version in chisel3._
[warn]   def legalize(bundle: APBBundle, edge: APBEdgeParameters, reset: Reset): Unit
[warn]                                                                   ^
[warn] /rocket-chip/src/main/scala/amba/axi4/Monitor.scala:17:69: type Reset in package core is deprecated (since 3.2): Use the version in chisel3._
[warn]   def legalize(bundle: AXI4Bundle, edge: AXI4EdgeParameters, reset: Reset): Unit
[warn]                                                                     ^

@ingallsj ingallsj merged commit 8ca1143 into master Apr 29, 2020
@ingallsj ingallsj deleted the warn_reset branch April 29, 2020 05:05
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

Successfully merging this pull request may close these issues.

None yet

2 participants