-
Notifications
You must be signed in to change notification settings - Fork 807
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
[topgen] Support for external alert routing #25179
Conversation
9bcdc1f
to
5f4d7ab
Compare
5f4d7ab
to
cdaf37f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some notes on the first commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this work @Razer6. The underlying RFC is currently being reviewed, so I won't approve this PR yet. The changes in the PR seem to be aligned with the RFC, and in that sense they look good to me.
Please also add the RFC doc as Markdown to this PR. (You may want to wait with that until it's fully approved, though.)
c6757db
to
559d853
Compare
@rswarbrick I think I addressed all your comments. Could you take another look? |
@andreaskurth I added an issue to track the documentation of that. |
78a3be7
to
94f9fc5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx @Razer6 👍
For reference, that would be #25449 |
CHANGE AUTHORIZED: hw/top_earlgrey/rtl/autogen/top_earlgrey.sv Just whitespaces; no functional changes. |
1 similar comment
CHANGE AUTHORIZED: hw/top_earlgrey/rtl/autogen/top_earlgrey.sv Just whitespaces; no functional changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, thanks. One nitty comment about empty strings but it needn't really gate this going in.
CHANGE AUTHORIZED: hw/top_earlgrey/rtl/autogen/top_earlgrey.sv As Andreas said, this is just a couple of blank lines: no functional change. |
94f9fc5
to
c08759d
Compare
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
c08759d
to
3c881a2
Compare
This PR implements the external alert routing according to the RFC.