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

Fix bug in verilator Makefile for 'debug' rule #513

Merged
merged 1 commit into from
Apr 16, 2020

Conversation

tymcauley
Copy link
Contributor

The 'debug' rule is currently cleaning out the non-debug-model directory rather than the debug-model directory. This means a debug-mode build would cause the non-debug-mode build to get cleared out.

This PR fixes that, and changes both the debug and non-debug rules to use the variables defined for referring to these two model directories.

Related issue:

Type of change: other enhancement

Impact: other

Release Notes

@abejgonzalez abejgonzalez self-requested a review April 15, 2020 20:43
@abejgonzalez
Copy link
Contributor

This LGTM. Could you rebase on most recent Chipyard. I would like to see if CI runs on this PR.

The 'debug' rule is currently cleaning out the non-debug-model directory
rather than the debug-model directory. This commit fixes that, and
changes both the debug and non-debug rules to use the variables defined
for referring to these two model directories.
@tymcauley
Copy link
Contributor Author

tymcauley commented Apr 15, 2020

This LGTM. Could you rebase on most recent Chipyard. I would like to see if CI runs on this PR.

Just rebased onto the most recent dev.

Looks like the CI system started, but it's blocked, perhaps until a reviewer approves the PR?

@abejgonzalez
Copy link
Contributor

I've went ahead and started the CI.

@tymcauley
Copy link
Contributor Author

Looks like the CI had some problems?

@abejgonzalez
Copy link
Contributor

Gah. This seems to be an issue with how CircleCI deals with secrets. Im pretty sure this is fine.

Thanks for the PR.

Copy link
Contributor

@abejgonzalez abejgonzalez left a comment

Choose a reason for hiding this comment

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

LGTM

@abejgonzalez abejgonzalez merged commit 24b63c9 into ucb-bar:dev Apr 16, 2020
@alonamid alonamid mentioned this pull request May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants