openpower-isa.git
2021-05-04 Luke Kenneth... add ALUHelpers check_fast_spr3 for SVSRR0 checking
2021-05-04 Luke Kenneth... add SVSRR0 to OP_RFID and OP_TRAP reg read/write
2021-05-04 Luke Kenneth... add fast3 to PowerDecoder and regspec map
2021-05-04 Luke Kenneth... add SVSRR0 spr_to_fast lookup
2021-05-04 Luke Kenneth... copy over svstate from core state in PowerDecoder2
2021-05-04 Luke Kenneth... comment out a bit more of the insanely high debug info
2021-05-04 Luke Kenneth... rename PowerDecoder2 exc field to ldst_exc
2021-05-04 Luke Kenneth... move "happened" field to end of LDSTException
2021-05-04 Luke Kenneth... disable some of the extreme verbose debug printing
2021-05-02 Luke Kenneth... add astor to setup.py dependencies
2021-05-02 Luke Kenneth... change dependency name to libresoc-nmutil
2021-05-01 Luke Kenneth... clean up MMU ROM test case
2021-04-30 Luke Kenneth... add single regression test for bc_ctr in branch cases
2021-04-30 Jacob Lifshayfix executable names
2021-04-26 Luke Kenneth... add additional unit tests
2021-04-26 Luke Kenneth... add cross-reference to gem5 power tests
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... add missing __init__.py to get sphinxdoc working
2021-04-24 Luke Kenneth... correct heading
2021-04-24 Luke Kenneth... correct errors for sphinx doc build
2021-04-24 Luke Kenneth... add sphinx doc config
2021-04-24 Luke Kenneth... add ply and pygdbmi dependencies
2021-04-24 Luke Kenneth... update version 0.0.1 0.0.1
2021-04-24 Luke Kenneth... update news
2021-04-23 Luke Kenneth... update README
2021-04-23 Luke Kenneth... add logical test cases
2021-04-23 Luke Kenneth... add TRAP test cases
2021-04-23 Luke Kenneth... add spr tests
2021-04-23 Luke Kenneth... add branch test cases
2021-04-23 Luke Kenneth... add LDST test cases
2021-04-23 Luke Kenneth... add mul test cases
2021-04-23 Luke Kenneth... add div test cases
2021-04-23 Luke Kenneth... add mmu test
2021-04-23 Luke Kenneth... add CR test cases
2021-04-23 Luke Kenneth... update install comments
2021-04-23 Luke Kenneth... update README
2021-04-23 Luke Kenneth... update README
2021-04-23 Luke Kenneth... update README
2021-04-23 Luke Kenneth... choose alternative name of pypi package
2021-04-23 Luke Kenneth... add ShiftRotTestCases
2021-04-23 Luke Kenneth... add a MASK32 function which offsets by 32 on the inputs
2021-04-23 Luke Kenneth... use MASK32 function in fixedshift
2021-04-23 Luke Kenneth... whoops missed comma in setup.py console_scripts
2021-04-23 Luke Kenneth... move mask_extend function to utils
2021-04-23 Luke Kenneth... move ALUHelpers to openpower-isa
2021-04-23 Luke Kenneth... use spr_to_fast from this repo
2021-04-23 Luke Kenneth... add util.py
2021-04-23 Luke Kenneth... rename soc use openpower consts regfile enums
2021-04-23 Luke Kenneth... move Regfile enums here
2021-04-23 Luke Kenneth... move Regfile enums here
2021-04-23 Luke Kenneth... make svanalysis a python console script
2021-04-23 Luke Kenneth... sort out sv_analysys.py moving to openpower-isa
2021-04-23 Luke Kenneth... remove unneeded imports in sim test cases
2021-04-23 Luke Kenneth... whoops, now using SPRfull
2021-04-23 Luke Kenneth... more migration to openpower-isa
2021-04-23 Luke Kenneth... comments on soc imports
2021-04-23 Luke Kenneth... resolving imports changing over
2021-04-23 Luke Kenneth... sort out imports created by pywriter
2021-04-23 Luke Kenneth... sort out imports created by pywriter
2021-04-23 Luke Kenneth... sorting out wiki directories
2021-04-23 Luke Kenneth... resolve new path for openpower/isa markdown
2021-04-23 Luke Kenneth... should not have been added
2021-04-23 Luke Kenneth... add Makefile
2021-04-23 Luke Kenneth... add qemuopts
2021-04-23 Luke Kenneth... add memmap
2021-04-23 Luke Kenneth... add .gitignore
2021-04-23 Luke Kenneth... ignore pycache
2021-04-23 Luke Kenneth... add exceptions
2021-04-23 Luke Kenneth... add SV records
2021-04-23 Luke Kenneth... add .gitignores
2021-04-23 Luke Kenneth... add pseudo and isa
2021-04-23 Luke Kenneth... add qemu_test
2021-04-23 Luke Kenneth... add decoder proofs
2021-04-23 Luke Kenneth... add decoder unit tests
2021-04-23 Luke Kenneth... move consts from soc
2021-04-23 Luke Kenneth... add nmutil to setup.py commented out
2021-04-23 Luke Kenneth... add debug prints libresoc-master
2021-04-23 Luke Kenneth... add LGPLv3 license
2021-04-23 Luke Kenneth... add first openpower decoder files, copied from soc...
2021-04-23 Luke Kenneth... add news, README, and setup.py
2021-04-23 Luke Kenneth... test commit
2021-04-23 Luke Kenneth... test commit
2021-04-23 Luke Kenneth... test commit
2021-04-23 Luke Kenneth... test commit
2021-04-23 Luke Kenneth... add link to decode1.vhdl
2021-04-23 Luke Kenneth... add explanatory README.txt
2021-04-23 Luke Kenneth... add explanatory README.txt
2021-04-23 Luke Kenneth... add sv_analysis program
2021-04-23 Luke Kenneth... add markdown files extracted manually from v3.0B spec
2021-04-23 Luke Kenneth... add isatables extracted from microwatt and v3.0B spec
2021-04-23 Luke Kenneth... first commit