-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
rename debug #2657
rename debug #2657
Conversation
@@ -132,19 +132,14 @@ trait HasPeripheryDebugModuleImp extends LazyModuleImp { | |||
c:= io.clock | |||
r:= io.reset | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary formatting changes I should get rid of these
debug.clockeddmi.foreach { | ||
val outerdebug = outer.debugOpt.get | ||
dbg => outerdebug.module.io.dmi.get <> dbg } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debug.clockeddmi.foreach { | |
val outerdebug = outer.debugOpt.get | |
dbg => outerdebug.module.io.dmi.get <> dbg } | |
val outerdebug = outer.debugOpt.get | |
debug.clockeddmi.foreach { dbg => outerdebug.module.io.dmi.get <> dbg } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
outerdebug
is needed below
2355117
to
f12166f
Compare
43218d5
to
f05f772
Compare
Related issue:
Type of change: bug report | feature request | other enhancement
Impact: no functional change | API addition (no impact on existing code) | API modification
Development Phase: proposal | implementation
Release Notes