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 373a4e28b6 pfv.Interface: add support for skipping instructions.
The `pfv.skip` signal is used to handle cases where the DUT does not
actually execute an instruction (e.g. a no-op), which may prevent some
side-effects (e.g. GPR accesses) from being observable.
2 years ago
..
__init__.py pfv.Interface: add support for skipping instructions. 2 years ago
addsub.py In-depth refactoring, improved user interface. 2 years ago
all.py Add checks for Load/Store instructions. 2 years ago
branch.py In-depth refactoring, improved user interface. 2 years ago
compare.py In-depth refactoring, improved user interface. 2 years ago
cr.py In-depth refactoring, improved user interface. 2 years ago
loadstore.py Add checks for Load/Store instructions. 2 years ago
msr.py Add checks for MTMSR/MFMSR instructions. 2 years ago
spr.py In-depth refactoring, improved user interface. 2 years ago