fix some typos
[openpower-isa.git] / src / openpower / test / state.py
2022-09-14 Jacob Lifshayfix some typos
2022-09-13 Jacob Lifshayadd fp support to TestRunnerBase
2022-08-29 Jacob Lifshayallow tests to pass None in order to not have to match...
2022-07-26 Luke Kenneth Casso... add first FP "expected state" use it in fmvis
2022-07-05 Luke Kenneth Casso... take deepcopy of regs passed in to avoid accidental...
2021-12-04 Luke Kenneth Casso... test in SimState for access to RADIX memory, bypass...
2021-11-21 Luke Kenneth Casso... move dump state to base class State in test API
2021-11-11 Luke Kenneth Casso... sort out numbering on CRs in SimState
2021-11-11 Luke Kenneth Casso... fix test API State.compare which was overwriting intreg...
2021-11-11 Luke Kenneth Casso... https://bugs.libre-soc.org/show_bug.cgi?id=730#c27
2021-11-11 Luke Kenneth Casso... use append on expected state dump, not ideal but
2021-10-28 klehmanstate.py: Fix expected dump for cr regs
2021-10-25 klehmantests now dump into caller dirs
2021-10-25 klehmantmp creation/string formatting
2021-10-25 klehmanadded dump_state_tofile for code creation
2021-10-07 klehmantypo: gpr not fpr
2021-10-07 klehmanvarious test state comments
2021-09-25 Luke Kenneth Casso... add name parameter to StateRunner
2021-09-25 Luke Kenneth Casso... add factory-function for StateRunner
2021-09-25 Luke Kenneth Casso... convert all SimRunner functions to yield
2021-09-24 Luke Kenneth Casso... guessing what extra args needed for StateRunner
2021-09-24 klehmanadd SimRunner constructor
2021-09-23 Luke Kenneth Casso... add extra functions for StateRunner
2021-09-23 Luke Kenneth Casso... create Abstract Base Class StateRunner
2021-09-22 klehmanmade mem sizes equal for compare purposes
2021-09-21 klehmanadded teststate_check_mem
2021-09-21 Luke Kenneth Casso... fix borked TestState.get_mem() assumed simmem.depth... DRAFT_SVP64_0_1
2021-09-20 Luke Kenneth Casso... syntax error
2021-09-20 Luke Kenneth Casso... walk whole of sim memory rather than risk missing some...
2021-09-18 Luke Kenneth Casso... always store full memory state (including zeros)
2021-09-18 klehmanadded get_mem and compare_mem
2021-09-16 Luke Kenneth Casso... whoops must check crregs being int, not int_regs
2021-09-16 Luke Kenneth Casso... grr weird syntax error
2021-09-16 klehmanpep8 fix
2021-09-16 Luke Kenneth Casso... reduce code linecount slightly
2021-09-16 klehmanadded defaults for expected state parameters
2021-09-16 Luke Kenneth Casso... moving teststate_check_regs written by klehman into...
2021-09-15 klehmanrevised state class for expected
2021-09-15 klehmanexpected class WIP
2021-09-14 Luke Kenneth Casso... change state_add to name, kls
2021-09-14 Luke Kenneth Casso... add copy of teststate.py written by klehman