whoops must include SVSTATE in STATE regfile regspec read/write map
[openpower-isa.git] / src /
2021-05-04 Luke Kenneth Casso... whoops must include SVSTATE in STATE regfile regspec...
2021-05-04 Luke Kenneth Casso... IssuerDecode2ToOperand needs svstate (matching msr...
2021-05-04 Luke Kenneth Casso... add more ALUHelper routines for fast3
2021-05-04 Luke Kenneth Casso... add ALUHelpers check_fast_spr3 for SVSRR0 checking
2021-05-04 Luke Kenneth Casso... add SVSRR0 to OP_RFID and OP_TRAP reg read/write
2021-05-04 Luke Kenneth Casso... add fast3 to PowerDecoder and regspec map
2021-05-04 Luke Kenneth Casso... add SVSRR0 spr_to_fast lookup
2021-05-04 Luke Kenneth Casso... copy over svstate from core state in PowerDecoder2
2021-05-04 Luke Kenneth Casso... comment out a bit more of the insanely high debug info
2021-05-04 Luke Kenneth Casso... rename PowerDecoder2 exc field to ldst_exc
2021-05-04 Luke Kenneth Casso... move "happened" field to end of LDSTException
2021-05-04 Luke Kenneth Casso... disable some of the extreme verbose debug printing
2021-05-01 Luke Kenneth Casso... clean up MMU ROM test case
2021-04-30 Luke Kenneth Casso... add single regression test for bc_ctr in branch cases
2021-04-25 Cesar StraussAdd a reentrant CR predication test case
2021-04-25 Cesar StraussAdd test case for reentrant CR predication in ISACAller
2021-04-25 Cesar StraussMove creation of CR fields to its own class
2021-04-25 Cesar StraussImprove debug information on mtcrf test case
2021-04-25 Cesar StraussMatch CR size on ISACaller mtcrf test case
2021-04-24 Luke Kenneth Casso... add missing __init__.py to get sphinxdoc working
2021-04-24 Luke Kenneth Casso... correct errors for sphinx doc build
2021-04-24 Luke Kenneth Casso... add sphinx doc config
2021-04-23 Luke Kenneth Casso... add logical test cases
2021-04-23 Luke Kenneth Casso... add TRAP test cases
2021-04-23 Luke Kenneth Casso... add spr tests
2021-04-23 Luke Kenneth Casso... add branch test cases
2021-04-23 Luke Kenneth Casso... add LDST test cases
2021-04-23 Luke Kenneth Casso... add mul test cases
2021-04-23 Luke Kenneth Casso... add div test cases
2021-04-23 Luke Kenneth Casso... add mmu test
2021-04-23 Luke Kenneth Casso... add CR test cases
2021-04-23 Luke Kenneth Casso... add ShiftRotTestCases
2021-04-23 Luke Kenneth Casso... add a MASK32 function which offsets by 32 on the inputs
2021-04-23 Luke Kenneth Casso... move mask_extend function to utils
2021-04-23 Luke Kenneth Casso... move ALUHelpers to openpower-isa
2021-04-23 Luke Kenneth Casso... use spr_to_fast from this repo
2021-04-23 Luke Kenneth Casso... add util.py
2021-04-23 Luke Kenneth Casso... rename soc use openpower consts regfile enums
2021-04-23 Luke Kenneth Casso... move Regfile enums here
2021-04-23 Luke Kenneth Casso... move Regfile enums here
2021-04-23 Luke Kenneth Casso... sort out sv_analysys.py moving to openpower-isa
2021-04-23 Luke Kenneth Casso... remove unneeded imports in sim test cases
2021-04-23 Luke Kenneth Casso... whoops, now using SPRfull
2021-04-23 Luke Kenneth Casso... more migration to openpower-isa
2021-04-23 Luke Kenneth Casso... comments on soc imports
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... sort out imports created by pywriter
2021-04-23 Luke Kenneth Casso... sort out imports created by pywriter
2021-04-23 Luke Kenneth Casso... sorting out wiki directories
2021-04-23 Luke Kenneth Casso... resolve new path for openpower/isa markdown
2021-04-23 Luke Kenneth Casso... add qemuopts
2021-04-23 Luke Kenneth Casso... add memmap
2021-04-23 Luke Kenneth Casso... add .gitignore
2021-04-23 Luke Kenneth Casso... add exceptions
2021-04-23 Luke Kenneth Casso... add SV records
2021-04-23 Luke Kenneth Casso... add .gitignores
2021-04-23 Luke Kenneth Casso... add pseudo and isa
2021-04-23 Luke Kenneth Casso... add qemu_test
2021-04-23 Luke Kenneth Casso... add decoder proofs
2021-04-23 Luke Kenneth Casso... add decoder unit tests
2021-04-23 Luke Kenneth Casso... move consts from soc
2021-04-23 Luke Kenneth Casso... add first openpower decoder files, copied from soc...