You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jean-François Nguyen 9ea58a47a9 Refactor to facilitate integration with CLIs and config files.
* Checks are now split in two modules: checks.cons for consistency
  checks, checks.insn for instructions.

* Checks are derived from PowerFVCheck and have a shorthand (e.g.
  "insn_b"). PowerFVCheck holds a mapping between its subclasses and
  their shorthands.

* Instruction checks definitions have been simplified to one-liners,
  and grouped into a single file.

* A Trigger class has been added to define testbench triggers.
2 years ago
..
build Refactor to facilitate integration with CLIs and config files. 2 years ago
checks Refactor to facilitate integration with CLIs and config files. 2 years ago
__init__.py __init__: do not export sub-packages by default. 2 years ago
pfv.py pfv: add MSR and SRR0/SRR1 SPRs. 2 years ago
tb.py Refactor to facilitate integration with CLIs and config files. 2 years ago
utils.py utils: add helper to mask addresses according to MSR.SF. 2 years ago