test SVP64 major opcode, start checking if it is EXT001 soon
[soc.git] / src / soc / decoder /
2021-01-31 Luke Kenneth Casso... test SVP64 major opcode, start checking if it is EXT001...
2021-01-31 Luke Kenneth Casso... adjusting ISACaller unit test to use ISACaller.setup_one()
2021-01-31 Luke Kenneth Casso... fix ISACaller unit test
2021-01-31 Tobias Platenfix two syntax errors in src/soc/decoder/isa/caller.py
2021-01-31 Luke Kenneth Casso... SVP64 Remap Fields structures for ISACaller
2021-01-31 Luke Kenneth Casso... remove sv_rm from PowerDecoder register decoders
2021-01-31 Luke Kenneth Casso... add SVSTATE SPR sub-field accessor class to ISACaller
2021-01-31 Luke Kenneth Casso... move SVP64 Extra reg decoding into main PowerDecoder...
2021-01-31 Luke Kenneth Casso... update submodule
2021-01-30 Luke Kenneth Casso... move CR in/out SVP64 EXTRA decoders into PowerDecoder
2021-01-30 Luke Kenneth Casso... add SVP64 CR out extending to 7-bit in PowerDecoder2
2021-01-30 Luke Kenneth Casso... add SVP64 CR EXTRA field-extension, from 3-bit to 7...
2021-01-30 Luke Kenneth Casso... extend CR registers in Decode2ToExecute1Type to 7 bit
2021-01-30 Luke Kenneth Casso... add SVP64CRExtra class to PowerDecoder2, turns 3-bit...
2021-01-30 Luke Kenneth Casso... split out SVEXTRA field selection/decoding into separat...
2021-01-30 Luke Kenneth Casso... whoops update PowerDecoder2 svp64 comments, reg sizes...
2021-01-30 Luke Kenneth Casso... add SVP64 EXTRA decoding to RB, RC and RT (out) in...
2021-01-30 Luke Kenneth Casso... add first SVP64 7-bit register context decoder to Power...
2021-01-29 Luke Kenneth Casso... add SVP64RM record to PowerDecoder2
2021-01-29 Luke Kenneth Casso... increase register number sizes from 5 to 7
2021-01-29 Luke Kenneth Casso... adjust SVP64RM class to output more PowerDecoder-friend...
2021-01-29 Luke Kenneth Casso... adjust how register copy/setup is done in PowerDecoder2
2021-01-29 Luke Kenneth Casso... add SV etype/ptype to power decoder
2021-01-29 Luke Kenneth Casso... whoops syntax error. submodule update
2021-01-29 Luke Kenneth Casso... start adding svp64 enums
2021-01-29 Luke Kenneth Casso... use new svp64-augmented csv reader in PowerDecoder
2021-01-29 Luke Kenneth Casso... whoops missed out "+" on explicit license listing
2021-01-28 Luke Kenneth Casso... add svp64 CR field identification for EXTRA2/3 decoding
2021-01-28 Luke Kenneth Casso... move svp64 reg-decode function to more appropriate...
2021-01-28 Luke Kenneth Casso... provide "merger" of SVP64 RM info into v3.0B CSV files
2021-01-27 Tobias Platenuse SPR constants
2021-01-27 Luke Kenneth Casso... move SVP64RM CSV class to new module
2021-01-27 Luke Kenneth Casso... whitespace and shortening of SPR MMU redirection in...
2021-01-26 Tobias Platen[Bug 580] update comment above changed block
2021-01-26 Tobias Platen[Bug 580] redirect MMU SPRs to the MMU
2021-01-23 Luke Kenneth Casso... start to read RM CSV files
2021-01-22 Luke Kenneth Casso... add example on how to access regs list for cmp
2020-12-28 Luke Kenneth Casso... add CR1 to power_enums
2020-12-13 Cesar StraussAllow more test cases to be run with CXXSim
2020-10-09 Luke Kenneth Casso... drop in "undefined" function into ISAcaller namespace
2020-10-09 Luke Kenneth Casso... rename undef to undefined (preserving the fact that...
2020-10-09 Jacob Lifshayadd undef()
2020-10-07 Jacob Lifshayfix div tests
2020-10-06 Luke Kenneth Casso... comments
2020-10-06 Luke Kenneth Casso... skip Decode2ToOperand from PowerDecodeSubset
2020-10-06 Luke Kenneth Casso... comment SRR1 mem.exception
2020-10-06 Luke Kenneth Casso... add SRR1 setting for LDST memory exception trap
2020-10-06 Luke Kenneth Casso... passing LDSTException over to Trap Pipeline
2020-10-06 Luke Kenneth Casso... add LDSTException decode/handling in PowerDecoder2
2020-10-05 Jacob Lifshay`deepcopy` from cache instead of recreating parsers...
2020-10-05 Jacob Lifshayformat code
2020-10-05 Jacob Lifshaysimplify create_args
2020-10-05 Jacob LifshaySort returned variables to make sure `overflow` is...
2020-10-05 Jacob Lifshayformat caller.py
2020-09-27 Cesar StraussConvert yet another few tests to be able to use latest...
2020-09-26 Luke Kenneth Casso... fix annoying alu test_pipe_caller bug, missing asmcode
2020-09-26 Luke Kenneth Casso... make check of LDSTMode.update conditional in PowerDecoder2
2020-09-15 Luke Kenneth Casso... add MMU FunctionUnit
2020-09-15 Luke Kenneth Casso... add OP_TLBIE
2020-09-10 Luke Kenneth Casso... add docstring for PowerOp class
2020-09-08 Luke Kenneth Casso... add PowerDecoder explanation
2020-09-08 Luke Kenneth Casso... bit of a mess, trying to get PowerDecode to not create...
2020-09-08 Luke Kenneth Casso... subset columns for PowerDecoder - bit of a mess (done...
2020-09-08 Luke Kenneth Casso... create a special subset of Decoder Record for storing...
2020-09-08 Luke Kenneth Casso... argh, somehow EINT check got moved out of if/elif block
2020-09-08 Luke Kenneth Casso... capture trap / irq conditions in flags for debug purposes
2020-09-08 Luke Kenneth Casso... pass in CoreState to PowerDecoder rather than eq a...
2020-09-08 Luke Kenneth Casso... whoops trap address being set in wrong Decode2ExecuteTy...
2020-09-07 Luke Kenneth Casso... use PowerDecoderSubsets for FUs, except for TRAP which...
2020-09-07 Luke Kenneth Casso... oe_ok renamed to oe, needed in regspec_decode_read
2020-09-07 Luke Kenneth Casso... make immediate decoding optional on-demand
2020-09-07 Luke Kenneth Casso... whoops spelling mistake outOut_carry not outPut_carry
2020-09-07 Luke Kenneth Casso... convert mul test to use Power Decode subset
2020-09-07 Luke Kenneth Casso... convert CR to PowerDecodeSubset format
2020-09-07 Luke Kenneth Casso... bit of a big reorg of data structures
2020-09-07 Luke Kenneth Casso... split out PowerDecode2 into PowerDecodeSubset
2020-09-07 Luke Kenneth Casso... allow Decode2ToExecute1Type to take an opkls argument
2020-09-07 Luke Kenneth Casso... minor reorg on PowerDecoder
2020-09-06 Luke Kenneth Casso... decoder immediate b split out to DecodeBImm
2020-09-06 Luke Kenneth Casso... decoder immediate a split out to DecodeAImm
2020-09-06 Luke Kenneth Casso... add row subset selector for PowerDecode.
2020-09-06 Luke Kenneth Casso... add row_subset (doesnt do anything yet)
2020-09-06 Luke Kenneth Casso... pass col_subset throughout PowerDecoder
2020-09-06 Luke Kenneth Casso... reorganise PowerOp to be dynamic
2020-09-06 Luke Kenneth Casso... reorg of PowerOp to be able to dynamically subset it
2020-09-06 Luke Kenneth Casso... grr, autopep8 messing up
2020-09-06 Luke Kenneth Casso... minor code-munge on SPR-to-FAST mapping
2020-09-06 Luke Kenneth Casso... add comments for DEC / TB
2020-09-06 Luke Kenneth Casso... move DEC and TB from StateRegs to FastRegs for several...
2020-09-06 Luke Kenneth Casso... add DEC SPR to CoreState and PowerDecoder, activate...
2020-09-05 Luke Kenneth Casso... add stbcix and lwzcix to power_enum list
2020-09-04 Luke Kenneth Casso... adding option to include XICS external interrupts.
2020-09-02 Luke Kenneth Casso... when mtocrf FXM is 0, the CR has to be set to CR7
2020-09-02 Luke Kenneth Casso... add bc ctr regression test when CTR=0 and CTR=1
2020-09-02 Luke Kenneth Casso... series of extensive modifications to fix long-standing...
2020-08-31 Luke Kenneth Casso... add XER to fastregs and "construct" it in mfspr/mtspr
2020-08-30 Luke Kenneth Casso... reversal of FXM mask for one-hot selection in OP_MTCR...
2020-08-29 Luke Kenneth Casso... slowly morphing towards using an XER bit-field selector...
2020-08-29 Luke Kenneth Casso... yep disable OE for MULH64/32 and EXTS and CNTZ
2020-08-29 Luke Kenneth Casso... investigating CR mtocrf / mfocrf
next