2021-09-29 |
Dmitry Selyutin | fixedlogical: switch andi. to XLCASTU |
commit | commitdiff | tree |
2021-09-29 |
Dmitry Selyutin | decoder/helpers: support XLCASTS |
commit | commitdiff | tree |
2021-09-29 |
Dmitry Selyutin | decoder/helpers: support XLCASTU |
commit | commitdiff | tree |
2021-09-28 |
Luke Kenneth... | remove unneeded module import |
commit | commitdiff | tree |
2021-09-28 |
Luke Kenneth... | convert svp64 fft test just like the dct one |
commit | commitdiff | tree |
2021-09-28 |
Luke Kenneth... | convert test_caller_svp64_dct.py unit test to use new... |
commit | commitdiff | tree |
2021-09-28 |
Luke Kenneth... | re-add accidentally-deleted low-level operators eq... |
commit | commitdiff | tree |
2021-09-28 |
Luke Kenneth... | move FPDIV, FPMUL (etc) to ISAFPHelpers class |
commit | commitdiff | tree |
2021-09-28 |
Luke Kenneth... | add ISACallerFnHelper, remove FPADD32 and other FP... |
commit | commitdiff | tree |
2021-09-28 |
Luke Kenneth... | remove type information |
commit | commitdiff | tree |
2021-09-28 |
Dmitry Selyutin | pywriter, pyfnwriter, parser: activate helper class |
commit | commitdiff | tree |
2021-09-28 |
Dmitry Selyutin | pyfnwriter: write helper class |
commit | commitdiff | tree |
2021-09-28 |
Dmitry Selyutin | decoder/parser: generate methods, not functions |
commit | commitdiff | tree |
2021-09-28 |
Dmitry Selyutin | fixup! decoder/parser: pass helper argument |
commit | commitdiff | tree |
2021-09-28 |
Dmitry Selyutin | decoder/power_pseudo: pass helper argument |
commit | commitdiff | tree |
2021-09-28 |
Dmitry Selyutin | decoder/parser: pass helper argument |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | add name parameter to StateRunner |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | inherit ISACallerHelper in ISACaller |
commit | commitdiff | tree |
2021-09-25 |
Dmitry Selyutin | pywriter: redirect helpers into self |
commit | commitdiff | tree |
2021-09-25 |
Dmitry Selyutin | decoder/helpers.py: redirect helper class calls |
commit | commitdiff | tree |
2021-09-25 |
Dmitry Selyutin | decoder/helpers.py: ISACallerHelper stub class |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | add factory-function for StateRunner |
commit | commitdiff | tree |
2021-09-25 |
Luke Kenneth... | convert all SimRunner functions to yield |
commit | commitdiff | tree |
2021-09-24 |
Luke Kenneth... | guessing what extra args needed for StateRunner |
commit | commitdiff | tree |
2021-09-24 |
klehman | add SimRunner constructor |
commit | commitdiff | tree |
2021-09-24 |
Luke Kenneth... | finally sort out the running-out-of-file-handles |
commit | commitdiff | tree |
2021-09-24 |
Luke Kenneth... | use with subprocess to get it to close Popen files |
commit | commitdiff | tree |
2021-09-24 |
Luke Kenneth... | rename shift tests, move to test cases directory |
commit | commitdiff | tree |
2021-09-24 |
Luke Kenneth... | rename files, test_issuer.py is for the TestIssuer, |
commit | commitdiff | tree |
2021-09-24 |
klehman | shift_rot expected cases |
commit | commitdiff | tree |
2021-09-24 |
klehman | decoder test_issuer |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | add extra functions for StateRunner |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | create Abstract Base Class StateRunner |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | add stfs unit test |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | add stfx unit test |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | add stfsux and unit test, code was there, needed adding... |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | add load-immediate unit test |
commit | commitdiff | tree |
2021-09-23 |
Luke Kenneth... | add fsubs unit test |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | add first "ExpectedState" to HDL-sim ALU test cases |
commit | commitdiff | tree |
2021-09-22 |
klehman | tests for test state class |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | and add expected to TestAccumulatorBase |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | add expected argument to TestCase |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | take a copy of SPRs so they are not modified by ISACaller |
commit | commitdiff | tree |
2021-09-22 |
Luke Kenneth... | split out function which processes initial test memory... |
commit | commitdiff | tree |
2021-09-22 |
klehman | made mem sizes equal for compare purposes |
commit | commitdiff | tree |
2021-09-21 |
klehman | added teststate_check_mem |
commit | commitdiff | tree |
2021-09-21 |
Luke Kenneth... | fix borked TestState.get_mem() assumed simmem.depth... DRAFT_SVP64_0_1 |
commit | commitdiff | tree |
2021-09-20 |
Luke Kenneth... | syntax error |
commit | commitdiff | tree |
2021-09-20 |
Luke Kenneth... | walk whole of sim memory rather than risk missing some... |
commit | commitdiff | tree |
2021-09-18 |
Luke Kenneth... | always store full memory state (including zeros) |
commit | commitdiff | tree |
2021-09-18 |
klehman | added get_mem and compare_mem |
commit | commitdiff | tree |
2021-09-17 |
Jacob Lifshay | add mock power-instruction-analyzer implementation... |
commit | commitdiff | tree |
2021-09-17 |
Jacob Lifshay | fix test_caller_bcd_full.py not actually running correc... |
commit | commitdiff | tree |
2021-09-17 |
Jacob Lifshay | add test_caller_bcd_full.py to fully test all edge... |
commit | commitdiff | tree |
2021-09-16 |
Luke Kenneth... | bit of a mess, got a working check against static Expec... |
commit | commitdiff | tree |
2021-09-16 |
Luke Kenneth... | whoops must check crregs being int, not int_regs |
commit | commitdiff | tree |
2021-09-16 |
Luke Kenneth... | grr weird syntax error |
commit | commitdiff | tree |
2021-09-16 |
klehman | another yield excursion |
commit | commitdiff | tree |
2021-09-16 |
klehman | pep8 fix |
commit | commitdiff | tree |
2021-09-16 |
Luke Kenneth... | reduce code linecount slightly |
commit | commitdiff | tree |
2021-09-16 |
klehman | added defaults for expected state parameters |
commit | commitdiff | tree |
2021-09-16 |
Luke Kenneth... | moving teststate_check_regs written by klehman into... |
commit | commitdiff | tree |
2021-09-16 |
klehman | shift__rot_caller change to use expected state |
commit | commitdiff | tree |
2021-09-15 |
klehman | revised state class for expected |
commit | commitdiff | tree |
2021-09-15 |
klehman | yield from in unit test |
commit | commitdiff | tree |
2021-09-15 |
klehman | expected class WIP |
commit | commitdiff | tree |
2021-09-14 |
Luke Kenneth... | change state_add to name, kls |
commit | commitdiff | tree |
2021-09-14 |
Luke Kenneth... | add copy of teststate.py written by klehman |
commit | commitdiff | tree |
2021-09-12 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2021-09-07 |
klehman | added assertion to regression_rlwnm |
commit | commitdiff | tree |
2021-09-07 |
Dmitry Selyutin | fixedtrap: switch tw to XLEN |
commit | commitdiff | tree |
2021-09-07 |
Dmitry Selyutin | fixedtrap: switch twi to XLEN |
commit | commitdiff | tree |
2021-09-07 |
Jacob Lifshay | XLEN-ify bcd instructions |
commit | commitdiff | tree |
2021-09-07 |
Jacob Lifshay | clean up test_caller_bcd.py |
commit | commitdiff | tree |
2021-09-07 |
Jacob Lifshay | add missing items to .gitignore |
commit | commitdiff | tree |
2021-09-07 |
Luke Kenneth... | removed duplicate function and unneeded modules |
commit | commitdiff | tree |
2021-09-07 |
klehman | Fixed typo for sraw test |
commit | commitdiff | tree |
2021-09-07 |
klehman | Initial commit for shift/rotate caller |
commit | commitdiff | tree |
2021-09-04 |
Dmitry Selyutin | comparefixed: switch cmpeqb to XLEN |
commit | commitdiff | tree |
2021-09-04 |
Dmitry Selyutin | comparefixed: switch cmprb to XLEN |
commit | commitdiff | tree |
2021-09-04 |
Dmitry Selyutin | comparefixed: switch cmpl to XLEN |
commit | commitdiff | tree |
2021-09-04 |
Dmitry Selyutin | comparefixed: switch cmpli to XLEN |
commit | commitdiff | tree |
2021-09-04 |
Dmitry Selyutin | comparefixed: switch cmp to XLEN |
commit | commitdiff | tree |
2021-09-04 |
Dmitry Selyutin | comparefixed: switch cmpi to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | test_caller_bcd: switch to test_runner module |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | test_runner: support custom pdecode2 instances |
commit | commitdiff | tree |
2021-09-04 |
Luke Kenneth... | split out ISATestRunner to separate module |
commit | commitdiff | tree |
2021-09-04 |
Luke Kenneth... | redo SVP64 RM Decode to new CTR-Test Mode (svstep not... |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch stwux to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch stwu to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch stwx to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch stw to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch sthux to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch sthu to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch sthx to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch sth to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch stbux to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch stbu to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch stbx to XLEN |
commit | commitdiff | tree |
2021-09-03 |
Dmitry Selyutin | fixedstore: switch stb to XLEN |
commit | commitdiff | tree |
next |