lowRISC / opentitan

OpenTitan: Open source silicon root of trust
https://www.opentitan.org
Apache License 2.0
2.59k stars 780 forks source link

[dv/cdc] Enable cdc instrumentation for alert_handler #18070

Open matutem opened 1 year ago

matutem commented 1 year ago

Description

The alert_handler IP has a cycle accurate scoreboard, so it has a some failures caused by the occasional extra synchronization cycle. The failures are very mild and the schedule is tight, so we will add cdc instrumentation for alert_handler post M2.5.

matutem commented 1 year ago

This was also described in https://github.com/lowRISC/opentitan/issues/16689.

johngt commented 5 months ago

@andreaskurth / @vogelpi / @moidx This adds random delays in simulation.

Should instead prioritise the RealIntent CDC analysis instead of this.