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

rename debug #2657

Merged
merged 1 commit into from
Oct 14, 2020
Merged

rename debug #2657

merged 1 commit into from
Oct 14, 2020

Conversation

brrmorre
Copy link
Contributor

@brrmorre brrmorre commented Oct 8, 2020

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

@brrmorre brrmorre requested a review from jackkoenig October 8, 2020 22:04
@brrmorre brrmorre self-assigned this Oct 8, 2020
@@ -132,19 +132,14 @@ trait HasPeripheryDebugModuleImp extends LazyModuleImp {
c:= io.clock
r:= io.reset
}

Copy link
Contributor Author

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

Comment on lines 128 to 130
debug.clockeddmi.foreach {
val outerdebug = outer.debugOpt.get
dbg => outerdebug.module.io.dmi.get <> dbg }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 }

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

outerdebug is needed below

@brrmorre brrmorre force-pushed the brrmorre-rename-debug branch from 2355117 to f12166f Compare October 13, 2020 18:18
@jackkoenig jackkoenig force-pushed the brrmorre-rename-debug branch from 43218d5 to f05f772 Compare October 14, 2020 17:40
@jackkoenig jackkoenig merged commit b6ee971 into master Oct 14, 2020
@jackkoenig jackkoenig deleted the brrmorre-rename-debug branch October 17, 2020 00:00
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.

3 participants