lowRISC / opentitan

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

[prim_{alert_receiver|dom_2_share}] Assertion memory footprint warnings #8583

Open sriyerg opened 3 years ago

sriyerg commented 3 years ago

Noticed these when running chip simulations:


Warning-[SVA-OPTCOV-LMFA] Large memory footprint assertion
../src/lowrisc_prim_alert_0/rtl/prim_alert_receiver.sv, 335
  The assertion 'InBandInitSequence_A' has the potential to consume a large 
  amount of memory.
  Please examine the assertion for the use of large or unbounded delays and 
  repetitions.

Warning-[SVA-OPTCOV-LMFA] Large memory footprint assertion
../src/lowrisc_prim_prim_dom_and_2share_0.1/rtl/prim_dom_and_2share.sv, 106
  The assertion 'UnmaskedAndMatched_A' has the potential to consume a large 
  amount of memory.
  Please examine the assertion for the use of large or unbounded delays and 
  repetitions.
msfschaffner commented 1 year ago

We can clean this up later after M2.5.

CC @matutem @cindychip

matutem commented 1 year ago

Makes sense.

vogelpi commented 5 months ago

It's not clear if the issue still persists. If it does, it's certainly not high priority. Moving to Backlog.