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 7aaeff1122 pfv: add configurable memory alignment constraints.
Before this commit, the `mem_aligned` parameter assumed a 64-bit data
bus when set to True.
2 years ago
..
__init__.py pfv: add configurable memory alignment constraints. 2 years ago
addsub.py In-depth refactoring, improved user interface. 2 years ago
all.py Add checks for multiplication/division instructions. 2 years ago
bcd.py Add checks for BCD Assist instructions. 2 years ago
branch.py In-depth refactoring, improved user interface. 2 years ago
byterev.py Add checks for Byte-Reverse instructions. 2 years ago
compare.py Add checks for CMPRB and CMPEQB instructions. 2 years ago
cr.py Add a --exclude parameter to the check command. 2 years ago
loadstore.py Add checks for Load/Store instructions. 2 years ago
logical.py Add checks for logical instructions. 2 years ago
msr.py Add checks for MTMSR/MFMSR instructions. 2 years ago
muldiv.py Add checks for multiplication/division instructions. 2 years ago
rotate.py Add checks for Rotate/Shift instructions. 2 years ago
spr.py In-depth refactoring, improved user interface. 2 years ago
syscall.py Add check for System Call instruction. 2 years ago
trap.py Add checks for Trap instructions. 2 years ago