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

Backport [sival, spi] Passthru #23044

Merged
merged 2 commits into from
May 10, 2024

Conversation

engdoreis
Copy link
Contributor

This is a backport PR of #21348 (comment) to master.
There was a conflict on the bazel BUILD file.

engdoreis added 2 commits May 10, 2024 09:47
The spi clock was too high for the teacup board.

Signed-off-by: Douglas Reis <[email protected]>
(cherry picked from commit bd50947)
Signed-off-by: Douglas Reis <[email protected]>
(cherry picked from commit 49369c7)
@engdoreis engdoreis requested a review from a team as a code owner May 10, 2024 08:51
@engdoreis engdoreis requested review from jon-flatley and a-will and removed request for a team May 10, 2024 08:51
@engdoreis engdoreis self-assigned this May 10, 2024
@engdoreis engdoreis merged commit 8879936 into lowRISC:master May 10, 2024
32 checks passed
@@ -429,7 +429,7 @@ silicon(
name = "silicon_owner_sival_rom_ext",
testonly = True,
args = [
"--rcfile=",
"--rcfile=__builtin__/hyperdebug_teacup.json",
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is an error.
--rcfile=... tells opentitantool which user-level config file to read, which contains commandline options like --interface=foo that the user would like set by default.

As far as I recall, --rcfile cannot parse a JSON file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think you are right. I'll file a PR fixing it.

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