decoder/parser: pass helper argument
[openpower-isa.git] / src / openpower /
2021-09-28 Dmitry Selyutindecoder/parser: pass helper argument
2021-09-25 Luke Kenneth Casso... add name parameter to StateRunner
2021-09-25 Luke Kenneth Casso... 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 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-24 Luke Kenneth Casso... finally sort out the running-out-of-file-handles
2021-09-24 Luke Kenneth Casso... use with subprocess to get it to close Popen files
2021-09-24 Luke Kenneth Casso... rename shift tests, move to test cases directory
2021-09-24 Luke Kenneth Casso... 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 Casso... add extra functions for StateRunner
2021-09-23 Luke Kenneth Casso... create Abstract Base Class StateRunner
2021-09-23 Luke Kenneth Casso... add stfs unit test
2021-09-23 Luke Kenneth Casso... add stfx unit test
2021-09-23 Luke Kenneth Casso... add stfsux and unit test, code was there, needed adding...
2021-09-23 Luke Kenneth Casso... add load-immediate unit test
2021-09-23 Luke Kenneth Casso... add fsubs unit test
2021-09-22 Luke Kenneth Casso... add first "ExpectedState" to HDL-sim ALU test cases
2021-09-22 klehmantests for test state class
2021-09-22 Luke Kenneth Casso... and add expected to TestAccumulatorBase
2021-09-22 Luke Kenneth Casso... add expected argument to TestCase
2021-09-22 Luke Kenneth Casso... take a copy of SPRs so they are not modified by ISACaller
2021-09-22 Luke Kenneth Casso... 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 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-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 Casso... bit of a mess, got a working check against static Expec...
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 klehmananother yield excursion
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-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
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
2021-09-12 Luke Kenneth Casso... whitespace
2021-09-07 klehmanadded assertion to regression_rlwnm
2021-09-07 Jacob Lifshayclean up test_caller_bcd.py
2021-09-07 Jacob Lifshayadd missing items to .gitignore
2021-09-07 Luke Kenneth Casso... removed duplicate function and unneeded modules
2021-09-07 klehmanFixed typo for sraw test
2021-09-07 klehmanInitial commit for shift/rotate caller
2021-09-03 Dmitry Selyutintest_caller_bcd: switch to test_runner module
2021-09-03 Dmitry Selyutintest_runner: support custom pdecode2 instances
2021-09-04 Luke Kenneth Casso... split out ISATestRunner to separate module
2021-09-04 Luke Kenneth Casso... redo SVP64 RM Decode to new CTR-Test Mode (svstep not...
2021-09-02 Luke Kenneth Casso... detect native ppc64le
2021-09-02 Luke Kenneth Casso... detect native ppc64le
2021-08-30 Luke Kenneth Casso... add short mulli random test
2021-08-30 Luke Kenneth Casso... add mulhdu random test
2021-08-30 Luke Kenneth Casso... quite a big intrusive change in auto-assignment
2021-08-30 Luke Kenneth Casso... assignment test pattern-matching not adequate, adding...
2021-08-30 Luke Kenneth Casso... fix RANGE function, reverse direction needed
2021-08-30 Luke Kenneth Casso... also add pattern-recognition for just
2021-08-30 Luke Kenneth Casso... fix pattern-match for an expression such as "XLEN-16...
2021-08-30 Luke Kenneth Casso... missed data_o/i to i/o_data conversion
2021-08-29 Dmitry Selyutinpywriter: support RANGE helper
2021-08-22 Dmitry Selyutinparser: support unary minus properly
2021-08-22 Dmitry Selyutinlexer: t_NUMBER should not grab minus sign
2021-08-22 Luke Kenneth Casso... add another quick test to pseudo parser
2021-08-21 Luke Kenneth Casso... set XLEN=64 in ISACaller
2021-08-19 Dmitry Selyutintest_caller_bcd: make bit changes more VHDL-like
2021-08-19 Dmitry Selyutintest_caller_bcd: fix and refactor addg6s test loop
2021-08-19 Dmitry Selyutintest_caller_bcd: drop dead code
2021-08-19 Dmitry Selyutintest_caller_bcd: mention reference implementation
2021-08-19 Dmitry Selyutintest_caller_bcd: refactor addg6s test
2021-08-19 Luke Kenneth Casso... whitespace, below 80 char limit
2021-08-18 Dmitry Selyutintest_caller_bcd: mark addg6s test as slowpoke
2021-08-18 Dmitry Selyutintest_caller_bcd: addg6s sketch
2021-08-17 Dmitry Selyutintest_caller_bcd: align tables with spec and cases
2021-08-17 Dmitry Selyutintest_caller_bcd: drop temporary code
2021-08-16 Luke Kenneth Casso... bring qemu sim size down to 1GB
2021-08-15 Luke Kenneth Casso... add subTest back in to bcd tst
2021-08-15 Luke Kenneth Casso... whitespace (keep below 80 chars)
2021-08-15 Luke Kenneth Casso... whitespace (below 80 chars)
2021-08-15 Luke Kenneth Casso... take copy of GPR/FPR inputs into ISACaller
2021-08-15 Luke Kenneth Casso... allow constructor of SelectableInt to pass in (and...
2021-08-15 Dmitry Selyutintest_caller_bcd: basic batch mode support
2021-08-15 Luke Kenneth Casso... no python files to be committed in isafunctions
2021-08-15 Luke Kenneth Casso... add a quick logic test of astor tree-dump
2021-08-15 Luke Kenneth Casso... sv.bc test jumping to wrong location (offset 0xc not...
2021-08-14 Luke Kenneth Casso... create an end loop condition which tells the sv.bc...
next