Skip to content

Fix MPU SVAs so the simulator can compile

Created by: silabs-robin

Simulation failed to compile because it doesn't have support for "static cast" used while assigning signals in a bind. Formal had no problem problem with it but simulation did.

With this PR, simulation can now compile, and the PMA assertions still pass formal for all 7 pma configs.

Note, the write buffer related PMA assertions are planned to be updated once the write buffer implementation is finished, so these assignments are only temporary.

Merge request reports

Loading