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

Stage Phase Rocket Chip Bump #76

Merged
merged 4 commits into from
Apr 18, 2020
Merged

Stage Phase Rocket Chip Bump #76

merged 4 commits into from
Apr 18, 2020

Conversation

davidbiancolin
Copy link
Contributor

Copy link
Contributor

@zhemao zhemao left a comment

Choose a reason for hiding this comment

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

LGTM except changing this to outer in CanHaveTraceIO. AFAIK, this doesn't have any functional effect?

@@ -83,7 +87,7 @@ object TraceOutputTop {
new TraceOutputTop(proto.map(t => TracedInstructionWidths(t.head)), proto.map(_.size))
}

trait CanHaveTraceIO { this: HasTiles =>
trait CanHaveTraceIO { outer: HasTiles =>
Copy link
Contributor

Choose a reason for hiding this comment

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

Wait, why is it outer instead of this now? You don't make this change for any of the other traits.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah this doesn't change anything it's just providing an alias for the self type. I'll put it back.

I don't remember why i changed this, but i think i started rearchitecting this class but then stopped myself half-way without completely reverting all the changes.

Copy link
Contributor

@zhemao zhemao left a comment

Choose a reason for hiding this comment

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

LGTM

@davidbiancolin davidbiancolin merged commit b8d6f21 into master Apr 18, 2020
@davidbiancolin davidbiancolin deleted the rc-bump-april branch April 18, 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.

3 participants