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

[dv/otp_ctrl] Force mubi value for hw cfg read lock #17779

Closed
cindychip opened this issue Mar 31, 2023 · 1 comment
Closed

[dv/otp_ctrl] Force mubi value for hw cfg read lock #17779

cindychip opened this issue Mar 31, 2023 · 1 comment
Labels
Component:DV DV issue: testbench, test case, etc. IP:otp_ctrl
Milestone

Comments

@cindychip
Copy link
Contributor

Description

In current testbench, the hw_cfg partition cannot be read locked.
And the current otp_ctrl_base_vseq function only force the mubi bits to invalid values (non mubi true or false) if the mubi value is locked. (Because any invalid values are treated as mubi false, then scb does not need to probe and know the force mubi value)

So, we cannot force the hw cfg partition to invalid mubi values.

This is marked as M3 because in chip level, we can never lock the hw_cfg partition's read access.

@cindychip cindychip added Component:DV DV issue: testbench, test case, etc. IP:otp_ctrl labels Mar 31, 2023
@cindychip cindychip added this to the Discrete: M3 milestone Mar 31, 2023
@msfschaffner
Copy link
Contributor

This should be ok since the read access for that partition should not be lockable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:DV DV issue: testbench, test case, etc. IP:otp_ctrl
Projects
None yet
Development

No branches or pull requests

2 participants