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

Remove MergeConfig() and SetOutputAXI() #20

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Remove MergeConfig() and SetOutputAXI() #20

merged 2 commits into from
Dec 1, 2023

Conversation

njhollinghurst
Copy link
Collaborator

Also an unrelated commit that I think fixes a bug in backend_debug?

MergeConfig() was uncalled, probably broken on BE and potentially
confusing on FE now that Prepare() can modify its output config.

FrontEnd::SetOutputAXI() was uncalled, and changing these settings
from their defaults ought to be deprecated.

(Narrowly avoided removing SetHog(), as test code still calls it.)
@naushir
Copy link
Collaborator

naushir commented Dec 1, 2023

Looks good, just a minor question re the AXI output removal.

@njhollinghurst
Copy link
Collaborator Author

njhollinghurst commented Dec 1, 2023

Actually I think we can remove HOG as well now (I will add a further commit and squash it with the second one).
It is needed by 2712 chip tests, but for those we can specify to use the tagged version of libisp v1.0.2.

@naushir naushir merged commit 0c2192b into main Dec 1, 2023
5 of 6 checks passed
@njhollinghurst
Copy link
Collaborator Author

Oh, too late to remove HOG. Worth doing as a separate commit?

@naushir
Copy link
Collaborator

naushir commented Dec 1, 2023

Oh, too late to remove HOG. Worth doing as a separate commit?

Sure why not!

@njhollinghurst njhollinghurst deleted the no_merge_axi branch December 4, 2023 17:07
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.

2 participants