-
Notifications
You must be signed in to change notification settings - Fork 797
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
[top/rbox] Instantiate rbox in top-level #5928
Conversation
ac69de7
to
69c3f03
Compare
{ name: "sysrst_ctrl_aon", | ||
type: "sysrst_ctrl", | ||
clock_srcs: {clk_i: "io_div4", clk_aon_i: "aon"}, | ||
clock_group: "powerup", |
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.
the clock group probably doesn't need to be "powerup", i would probably move it to the the "secure" category.
@esshiu
@mdhayter
I'm assuming the sysrst_ctrl clock is not something you want software to be able to accidentally disable is that right? This thing being able to run all the time is probably fairly important.
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.
Oh yeah that's right. Let's move this to secure
then.
this lgtm. As for the private CI failure, the |
e8969ee
to
6cee5ba
Compare
d29869e
to
78aa47e
Compare
Signed-off-by: Michael Schaffner <[email protected]>
78aa47e
to
bc25d5e
Compare
This instantiates and the
sysrst_ctrl
in the top level and fixes a couple of discrepancies that lead to simulation and topgen errors during integration.Note that this PR needs the new topgen features for pinout and pinmux configuration, and is therefore dependent on #5793 which has not been merged yet. This PR therefore looks much bigger than it actually is.
Please only look at the last two commits in this PR. The other commits will be rebased away.