Skip to content

Make PMP parameters int (not unsigned) to avoid simulators crashing o…

Created by: silabs-oivind

Not able to verify on dsim, but experiments show that this fixes the issue for Synopsys VCS. The idea is that -1 becomes a very large number when interpreted as an unsigned int, but should be fine when interpreted as int.

Merge request reports

Loading