core-v-verif
core-v-verif copied to clipboard
Pmp test
Completed tests: DefaultNone, DefaultFull, ResetRegisters, MmodeOnly. Ongoing tests: NapotMatching, TorMatching (assertion error), TorZero, TorNomatch.
Hi @silabs-kun, congratulations on your first pull-request to core-v-verif! I have assigned Henrik to review, and I also have a couple of "administrative" comments:
- All new source files must have a license header at the top of each file:
// SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
- This is a relatively complex test-program and it would be useful to add a
README.md
to document the goals and theory-of-operation of the test-program.
Can we change this to a draft PR until it is ready for proper review?