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,alert_esc_agent] Fix handling of alert init #26448

Open
matutem opened this issue Feb 26, 2025 · 1 comment · May be fixed by #26478
Open

[dv,alert_esc_agent] Fix handling of alert init #26448

matutem opened this issue Feb 26, 2025 · 1 comment · May be fixed by #26478
Assignees
Labels
Component:DV DV issue: testbench, test case, etc.

Comments

@matutem
Copy link
Contributor

matutem commented Feb 26, 2025

Description

There are a number of block level test failures due to the alert init mechanism that is triggered after a reset.

The common pattern is to see a UVM_FATAL message with a message like this:

UVM_FATAL @ 16387143 ps: (alert_receiver_driver.sv:146) [uvm_test_top.env.m_alert_agent_fatal_fault.driver] Check failed (cfg.vif.receiver_cb.alert_tx.alert_p) alert_p not high, despite an item in r_alert_rsp_q

An example failure is for clkmgr_shadow_reg_errors with almost any seed.

Assigned to @rswarbrick since I saw he made some edits of this code not long ago.

@matutem matutem added the Component:DV DV issue: testbench, test case, etc. label Feb 26, 2025
@andreaskurth
Copy link
Contributor

CC @martin-velay @Razer6 @sha-ron for visibility

@rswarbrick rswarbrick linked a pull request Feb 28, 2025 that will close this issue
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants