Skip to content

Commit

Permalink
[otp_ctrl/dv] Add missing sram_pull_agent in check_otp_idle
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schaffner <[email protected]>
  • Loading branch information
msfschaffner committed Jan 24, 2024
1 parent a6995cf commit 3953d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hw/ip/otp_ctrl/data/otp_ctrl_scoreboard.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,7 @@ class otp_ctrl_scoreboard #(type CFG_T = otp_ctrl_env_cfg)
cfg.m_sram_pull_agent_cfg[0].vif.req ||
cfg.m_sram_pull_agent_cfg[1].vif.req ||
cfg.m_sram_pull_agent_cfg[2].vif.req ||
cfg.m_sram_pull_agent_cfg[3].vif.req ||
cfg.m_lc_prog_pull_agent_cfg.vif.req ||
// When lc_escalation is on, the DAI interface goes to ErrorSt, so ignore
// otp_idle checking.
Expand Down
1 change: 1 addition & 0 deletions hw/ip/otp_ctrl/dv/env/otp_ctrl_scoreboard.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ class otp_ctrl_scoreboard #(type CFG_T = otp_ctrl_env_cfg)
cfg.m_sram_pull_agent_cfg[0].vif.req ||
cfg.m_sram_pull_agent_cfg[1].vif.req ||
cfg.m_sram_pull_agent_cfg[2].vif.req ||
cfg.m_sram_pull_agent_cfg[3].vif.req ||
cfg.m_lc_prog_pull_agent_cfg.vif.req ||
// When lc_escalation is on, the DAI interface goes to ErrorSt, so ignore
// otp_idle checking.
Expand Down

0 comments on commit 3953d17

Please sign in to comment.