Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dv/kmac] Fix kmac TL integrity error failure
When kmac TL integrity error triggers, kmac will lock its internal states and also lock `cfg_regwen` register. Because the `cfg_regwen` is a `ro` register, RAL model won't lock its lockable registers automatically. So I separate out a task in common sequence, and override it in kmac_common_seq to lock the lockable regs immediately after tl integrity error is triggered. Signed-off-by: Cindy Chen <[email protected]>
- Loading branch information