-
Notifications
You must be signed in to change notification settings - Fork 777
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
[hw,pwrmgr,rtl] Support more than 1 rom_ctrl input #25169
Conversation
7efa7a6
to
9a87a97
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.
Could you address the comments?
d34be37
to
9874c23
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, thanks @Razer6 👍
@(cfg.pwrmgr_vif.rom_ctrl or cfg.pwrmgr_vif.lc_hw_debug_en or cfg.pwrmgr_vif.lc_dft_en) begin | ||
@(cfg.pwrmgr_vif.rom_ctrl[0] or |
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.
We should create an issue to track that pwrmgr block-level DV currently supports only one rom_ctrl input.
CHANGE AUTHORIZED: hw/top_earlgrey/ip_autogen/pwrmgr/data/pwrmgr.hjson The new |
Darjeeling has 2 rom_ctrls. Template the rom_ctrl input to support more than 1 rom_ctrl input. Signed-off-by: Robert Schilling <[email protected]>
9874c23
to
de0a375
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.
I've reviewed the RTL changes and they look good to me. There is no functional change to Earlgrey here.
CHANGE AUTHORIZED: hw/top_earlgrey/ip_autogen/pwrmgr/data/pwrmgr.hjson No functional change to Earlgrey as the newly added parameter is 1, i.e., there is only one ROM_CTRL in Earlgrey. |
@matutem: Can you please check whether your feedback has been addressed and, if so, approve this PR? |
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 area needs additional ipgen work to have DV handle multiple roms. It is expected to be a separate PR. An issue will be created for that.
Otherwise LGTM
Created #25261 to track the DV efforts needed. |
Darjeeling has 2 rom_ctrls. Template the rom_ctrl input to support more than 1 rom_ctrl input.
This pulls over work from the integrated_dev branch.