openpower-isa.git
2021-10-25 klehmanget file name from stack, add in TestCase
2021-10-25 klehmantmp creation/string formatting
2021-10-25 klehmanadded dump_state_tofile for code creation
2021-10-23 R Veera KumarAdd a new test caller for ALU based on shift_rot test...
2021-10-13 Dmitry Selyutinfixedlogical: simplify extsw
2021-10-13 Dmitry Selyutinfixedlogical: simplify extsh
2021-10-13 Dmitry Selyutinfixedlogical: simplify extsb
2021-10-13 Dmitry Selyutindecoder/helpers: introduce EXTSXL helper
2021-10-13 Dmitry Selyutindecoder/helpers: simplify XLCASTU
2021-10-10 Luke Kenneth... corrections to EXTSXL 0x000000090000093 table for extsb...
2021-10-10 Dmitry Selyutintest_caller_exts: extsb/extsh/extsw test
2021-10-10 Dmitry Selyutinisafunctions/extsxl: fix one of markdown tables
2021-10-07 klehmanadditional comments for runner
2021-10-07 klehmantypo: gpr not fpr
2021-10-07 klehmanvarious test state comments
2021-10-04 Luke Kenneth... corrections to csv files
2021-10-04 Luke Kenneth... add another extsxl csv file
2021-10-04 Luke Kenneth... replace f with F in csv files
2021-10-04 Luke Kenneth... add extsxl csv files
2021-10-04 Luke Kenneth... test adding extsxl data
2021-10-04 Luke Kenneth... add blank example file
2021-10-01 klehmanfix for self.rom core
2021-10-01 Luke Kenneth... set run_hdl arg to None because it passes in a class now
2021-10-01 Luke Kenneth... copy over TestRunner class from soc/simple/test/test_ru...
2021-09-30 Luke Kenneth... whoops, use cache of pseudocode rather than attempt...
2021-09-30 Luke Kenneth... reduce PyFnWriter compile time (pywriter) by 75%
2021-09-29 Dmitry Selyutinisa/caller: initialize helper and redirect XLEN
2021-09-29 Dmitry Selyutindecoder/helpers: use globals() with exception
2021-09-29 Dmitry Selyutindecoder/parser: self.XLEN instead of XLEN
2021-09-29 Dmitry Selyutinfixedlogical: switch xoris to XCASTU
2021-09-29 Dmitry Selyutinfixedlogical: switch oris to XCASTU
2021-09-29 Dmitry Selyutinfixedlogical: switch andis. to XCASTU
2021-09-29 Dmitry Selyutinfixedlogical: switch xori to XCASTU
2021-09-29 Dmitry Selyutinfixedlogical: switch ori to XCASTU
2021-09-29 Dmitry Selyutinfixedlogical: switch andi. to XLCASTU
2021-09-29 Dmitry Selyutindecoder/helpers: support XLCASTS
2021-09-29 Dmitry Selyutindecoder/helpers: support XLCASTU
2021-09-28 Luke Kenneth... remove unneeded module import
2021-09-28 Luke Kenneth... convert svp64 fft test just like the dct one
2021-09-28 Luke Kenneth... convert test_caller_svp64_dct.py unit test to use new...
2021-09-28 Luke Kenneth... re-add accidentally-deleted low-level operators eq...
2021-09-28 Luke Kenneth... move FPDIV, FPMUL (etc) to ISAFPHelpers class
2021-09-28 Luke Kenneth... add ISACallerFnHelper, remove FPADD32 and other FP...
2021-09-28 Luke Kenneth... remove type information
2021-09-28 Dmitry Selyutinpywriter, pyfnwriter, parser: activate helper class
2021-09-28 Dmitry Selyutinpyfnwriter: write helper class
2021-09-28 Dmitry Selyutindecoder/parser: generate methods, not functions
2021-09-28 Dmitry Selyutinfixup! decoder/parser: pass helper argument
2021-09-28 Dmitry Selyutindecoder/power_pseudo: pass helper argument
2021-09-28 Dmitry Selyutindecoder/parser: pass helper argument
2021-09-25 Luke Kenneth... add name parameter to StateRunner
2021-09-25 Luke Kenneth... inherit ISACallerHelper in ISACaller
2021-09-25 Dmitry Selyutinpywriter: redirect helpers into self
2021-09-25 Dmitry Selyutindecoder/helpers.py: redirect helper class calls
2021-09-25 Dmitry Selyutindecoder/helpers.py: ISACallerHelper stub class
2021-09-25 Luke Kenneth... add factory-function for StateRunner
2021-09-25 Luke Kenneth... convert all SimRunner functions to yield
2021-09-24 Luke Kenneth... guessing what extra args needed for StateRunner
2021-09-24 klehmanadd SimRunner constructor
2021-09-24 Luke Kenneth... finally sort out the running-out-of-file-handles
2021-09-24 Luke Kenneth... use with subprocess to get it to close Popen files
2021-09-24 Luke Kenneth... rename shift tests, move to test cases directory
2021-09-24 Luke Kenneth... rename files, test_issuer.py is for the TestIssuer,
2021-09-24 klehmanshift_rot expected cases
2021-09-24 klehmandecoder test_issuer
2021-09-23 Luke Kenneth... add extra functions for StateRunner
2021-09-23 Luke Kenneth... create Abstract Base Class StateRunner
2021-09-23 Luke Kenneth... add stfs unit test
2021-09-23 Luke Kenneth... add stfx unit test
2021-09-23 Luke Kenneth... add stfsux and unit test, code was there, needed adding...
2021-09-23 Luke Kenneth... add load-immediate unit test
2021-09-23 Luke Kenneth... add fsubs unit test
2021-09-22 Luke Kenneth... add first "ExpectedState" to HDL-sim ALU test cases
2021-09-22 klehmantests for test state class
2021-09-22 Luke Kenneth... and add expected to TestAccumulatorBase
2021-09-22 Luke Kenneth... add expected argument to TestCase
2021-09-22 Luke Kenneth... take a copy of SPRs so they are not modified by ISACaller
2021-09-22 Luke Kenneth... split out function which processes initial test memory...
2021-09-22 klehmanmade mem sizes equal for compare purposes
2021-09-21 klehmanadded teststate_check_mem
2021-09-21 Luke Kenneth... fix borked TestState.get_mem() assumed simmem.depth... DRAFT_SVP64_0_1
2021-09-20 Luke Kenneth... syntax error
2021-09-20 Luke Kenneth... walk whole of sim memory rather than risk missing some...
2021-09-18 Luke Kenneth... always store full memory state (including zeros)
2021-09-18 klehmanadded get_mem and compare_mem
2021-09-17 Jacob Lifshayadd mock power-instruction-analyzer implementation...
2021-09-17 Jacob Lifshayfix test_caller_bcd_full.py not actually running correc...
2021-09-17 Jacob Lifshayadd test_caller_bcd_full.py to fully test all edge...
2021-09-16 Luke Kenneth... bit of a mess, got a working check against static Expec...
2021-09-16 Luke Kenneth... whoops must check crregs being int, not int_regs
2021-09-16 Luke Kenneth... grr weird syntax error
2021-09-16 klehmananother yield excursion
2021-09-16 klehmanpep8 fix
2021-09-16 Luke Kenneth... reduce code linecount slightly
2021-09-16 klehmanadded defaults for expected state parameters
2021-09-16 Luke Kenneth... moving teststate_check_regs written by klehman into...
2021-09-16 klehmanshift__rot_caller change to use expected state
2021-09-15 klehmanrevised state class for expected
2021-09-15 klehmanyield from in unit test
2021-09-15 klehmanexpected class WIP
next