2021-05-15 |
Luke Kenneth... | add X-Form and A-Form to minor_63l and minor_63h csv... |
commit | commitdiff | tree |
2021-05-15 |
Luke Kenneth... | whoops need to reverse bits in minor_63l.csv to match... |
commit | commitdiff | tree |
2021-05-15 |
Luke Kenneth... | FP 63L/H ops need to add in extra 0/1 minor_63l.csv... |
commit | commitdiff | tree |
2021-05-15 |
Luke Kenneth... | add fp move opcodes to power_enums.py |
commit | commitdiff | tree |
2021-05-15 |
Luke Kenneth... | add new fp load / store with update unit test |
commit | commitdiff | tree |
2021-05-15 |
Luke Kenneth... | add FP store op names to power_enums.py opcode list |
commit | commitdiff | tree |
2021-05-15 |
Luke Kenneth... | whitespace on instruction mnemonics |
commit | commitdiff | tree |
2021-05-15 |
Luke Kenneth... | add FP LD/ST D-Form operations to major.csv |
commit | commitdiff | tree |
2021-05-15 |
Luke Kenneth... | add load/store FP indexed instructions to minor_31.csv |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add FP load test lfsx |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | when setting x <- GPR(RA) make sure read_regs is added... |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add GPR-underscore read of regs |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add FRA ISACaller name decoding |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add FRA-FRT to power enums |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add first FP load test, still a lot TODO |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add FPR (FP Regfile) to ISACaller |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add in FPR.getz and support for FPR(x) in ISA parser |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add FRA-FRT fp reg names to ISACaller parser |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add fpmove.mdwn from v3.0B p150 book I section 4.6.5 |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | clarify, comments |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add FPADD, FPSUB, FPMUL, FPDIV quick hacked functions |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add very quick float convert to SelectableInt |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add import of DOUBLE/SINGLE to pywriter |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add SINGLE function to helpers, for FP Store |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add first pass at DOUBLE helper function for FP ISACall... |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add zero-variant (RA|0) in fpload pseudocode, cleaner... |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add fpstore.mdwn |
commit | commitdiff | tree |
2021-05-14 |
Luke Kenneth... | add fpload.mdwn for FP simulation |
commit | commitdiff | tree |
2021-05-11 |
Luke Kenneth... | add setting of MSR "PR" bit for when running MMU test |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | extra checks on ldst exception unit test |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | fix MemException, return correct address in DAR |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | testing load misaligned |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | test_maxint, add zero onto 0xffffffffffffff |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | add first LD/ST exceptions test case for ISACaller |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | save SVSRR0 in trap, if SVP64 mode enabled |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | create new call_trap function in ISACaller |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | add catch of MemException in ISACaller to raise unalign... |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | include Error keyword in message |
commit | commitdiff | tree |
2021-05-10 |
Luke Kenneth... | allow unaligned access exception to be raised in ISACal... |
commit | commitdiff | tree |
2021-05-09 |
Luke Kenneth... | add ld/st misalignment test case |
commit | commitdiff | tree |
2021-05-06 |
Luke Kenneth... | add relevant pred source/dest mask bits and create... |
commit | commitdiff | tree |
2021-05-06 |
Luke Kenneth... | add first SVP64 predicate dest-zeroing unit test |
commit | commitdiff | tree |
2021-05-06 |
Luke Kenneth... | remove non-predicated svp64 ISACaller tests |
commit | commitdiff | tree |
2021-05-06 |
Luke Kenneth... | improve format of docstrings for ISACaller SVP64 tests |
commit | commitdiff | tree |
2021-05-06 |
Luke Kenneth... | reformat SVP64 docstrings to vaguely resemble something... |
commit | commitdiff | tree |
2021-05-06 |
Luke Kenneth... | sphinx docstring highlight of SVP64 listings |
commit | commitdiff | tree |
2021-05-06 |
Luke Kenneth... | move logical SVP64 test cases to separate file/directory |
commit | commitdiff | tree |
2021-05-06 |
Luke Kenneth... | whoops error in docstring |
commit | commitdiff | tree |
2021-05-06 |
Luke Kenneth... | tidy up svp64 cases to make it better suited to documen... |
commit | commitdiff | tree |
2021-05-05 |
Luke Kenneth... | update about Copyright law when it comes to facts |
commit | commitdiff | tree |
2021-05-05 |
Luke Kenneth... | add symlink to license |
commit | commitdiff | tree |
2021-05-05 |
Luke Kenneth... | add saturate SVP64 RM mode decode |
commit | commitdiff | tree |
2021-05-05 |
Luke Kenneth... | split PowerDecodeSubset do_copy into do_copy and do_get |
commit | commitdiff | tree |
2021-05-05 |
Luke Kenneth... | explicitly copy SV RM decoded fields in PowerDecodeSubset |
commit | commitdiff | tree |
2021-05-05 |
Luke Kenneth... | move SVP64 RM mode decoder into PowerDecodeSubset |
commit | commitdiff | tree |
2021-05-05 |
Luke Kenneth... | remove another verbose debug print |
commit | commitdiff | tree |
2021-05-05 |
Luke Kenneth... | add sv_input_record_layout to match SVP64RMModeDecode |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | whoops must include SVSTATE in STATE regfile regspec... |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | IssuerDecode2ToOperand needs svstate (matching msr... |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add more ALUHelper routines for fast3 |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add ALUHelpers check_fast_spr3 for SVSRR0 checking |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add SVSRR0 to OP_RFID and OP_TRAP reg read/write |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add fast3 to PowerDecoder and regspec map |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | add SVSRR0 spr_to_fast lookup |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | copy over svstate from core state in PowerDecoder2 |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | comment out a bit more of the insanely high debug info |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | rename PowerDecoder2 exc field to ldst_exc |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | move "happened" field to end of LDSTException |
commit | commitdiff | tree |
2021-05-04 |
Luke Kenneth... | disable some of the extreme verbose debug printing |
commit | commitdiff | tree |
2021-05-02 |
Luke Kenneth... | add astor to setup.py dependencies |
commit | commitdiff | tree |
2021-05-02 |
Luke Kenneth... | change dependency name to libresoc-nmutil |
commit | commitdiff | tree |
2021-05-01 |
Luke Kenneth... | clean up MMU ROM test case |
commit | commitdiff | tree |
2021-04-30 |
Luke Kenneth... | add single regression test for bc_ctr in branch cases |
commit | commitdiff | tree |
2021-04-30 |
Jacob Lifshay | fix executable names |
commit | commitdiff | tree |
2021-04-26 |
Luke Kenneth... | add additional unit tests |
commit | commitdiff | tree |
2021-04-26 |
Luke Kenneth... | add cross-reference to gem5 power tests |
commit | commitdiff | tree |
2021-04-25 |
Cesar Strauss | Add a reentrant CR predication test case |
commit | commitdiff | tree |
2021-04-25 |
Cesar Strauss | Add test case for reentrant CR predication in ISACAller |
commit | commitdiff | tree |
2021-04-25 |
Cesar Strauss | Move creation of CR fields to its own class |
commit | commitdiff | tree |
2021-04-25 |
Cesar Strauss | Improve debug information on mtcrf test case |
commit | commitdiff | tree |
2021-04-25 |
Cesar Strauss | Match CR size on ISACaller mtcrf test case |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | add missing __init__.py to get sphinxdoc working |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | correct heading |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | correct errors for sphinx doc build |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | add sphinx doc config |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | add ply and pygdbmi dependencies |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | update version 0.0.1 0.0.1 |
commit | commitdiff | tree |
2021-04-24 |
Luke Kenneth... | update news |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | update README |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add logical test cases |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add TRAP test cases |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add spr tests |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add branch test cases |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add LDST test cases |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add mul test cases |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add div test cases |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add mmu test |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | add CR test cases |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | update install comments |
commit | commitdiff | tree |
2021-04-23 |
Luke Kenneth... | update README |
commit | commitdiff | tree |
next |