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: HasBlackBoxResource #2356

Merged
merged 1 commit into from Mar 27, 2020
Merged

Conversation

ingallsj
Copy link
Contributor

Type of change: other enhancement (paying off technical debt)
Impact: no functional change
Development Phase: implementation

fix these Chisel compile warnings:

[warn] /rocket-chip/src/main/scala/devices/debug/Periphery.scala:177:3: method setResource in trait HasBlackBoxResource is deprecated (since 3.2): Use addResource instead
[warn]   setResource("/vsrc/SimDTM.v")
[warn]   ^
[warn] /rocket-chip/src/main/scala/devices/debug/Periphery.scala:178:3: method setResource in trait HasBlackBoxResource is deprecated (since 3.2): Use addResource instead
[warn]   setResource("/csrc/SimDTM.cc")
[warn]   ^
[warn] /rocket-chip/src/main/scala/devices/debug/Periphery.scala:213:3: method setResource in trait HasBlackBoxResource is deprecated (since 3.2): Use addResource instead
[warn]   setResource("/vsrc/SimJTAG.v")
[warn]   ^
[warn] /rocket-chip/src/main/scala/devices/debug/Periphery.scala:214:3: method setResource in trait HasBlackBoxResource is deprecated (since 3.2): Use addResource instead
[warn]   setResource("/csrc/SimJTAG.cc")
[warn]   ^
[warn] /rocket-chip/src/main/scala/devices/debug/Periphery.scala:215:3: method setResource in trait HasBlackBoxResource is deprecated (since 3.2): Use addResource instead
[warn]   setResource("/csrc/remote_bitbang.h")
[warn]   ^
[warn] /rocket-chip/src/main/scala/devices/debug/Periphery.scala:216:3: method setResource in trait HasBlackBoxResource is deprecated (since 3.2): Use addResource instead
[warn]   setResource("/csrc/remote_bitbang.cc")
[warn]   ^
[warn] /rocket-chip/src/main/scala/tile/LazyRoCC.scala:363:9: method setResource in trait HasBlackBoxResource is deprecated (since 3.2): Use addResource instead
[warn]         setResource(s"/vsrc/$blackBoxFile.v")
[warn]         ^

@ingallsj ingallsj merged commit d1670c0 into master Mar 27, 2020
@ingallsj ingallsj deleted the warn-setaddResource branch March 27, 2020 01:34
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