Initialize the core SVSTATE from the corresponding test case
[soc.git] / src /
2021-02-17 Cesar StraussInitialize the core SVSTATE from the corresponding...
2021-02-17 Cesar StraussRevert "Setup SVSTATE, from the test settings, at the...
2021-02-17 Cesar StraussAdd a function to select bits from a signal into a...
2021-02-17 Luke Kenneth Casso... fix reg read/write in ISACaller, PowerDecoder2 handles...
2021-02-17 Cesar StraussAdd a case for checking the EXTRA field and register...
2021-02-17 Cesar StraussAdd traces to debug SVP64 prefix decoding issues
2021-02-17 Cesar StraussSetup SVSTATE, from the test settings, at the start
2021-02-16 Cesar StraussFix MSB0 issues for SVP64
2021-02-16 Tobias Platenmmureq handling
2021-02-16 Tobias Platendcache error handling
2021-02-16 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-02-16 Luke Kenneth Casso... ordering wrong on svstate in ISACaller
2021-02-16 Luke Kenneth Casso... adapt botchify so it can be used for 31- or 15- etc...
2021-02-16 Luke Kenneth Casso... add indicator to PowerDecoder2 when no outputs are...
2021-02-15 Cole Poirierremove file experiment/formal/proof_icache.py as it...
2021-02-15 Tobias Platentest case for MMU SPRs: PID and PRTBL
2021-02-15 Cesar StraussSimplify obtaining the PC from the register file
2021-02-15 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-02-14 Cesar StraussShow traces for the register numbers of the current...
2021-02-14 Cesar StraussFix width of the "extra" input on the Extra decoder
2021-02-14 Cesar StraussFix conversion to MSB0
2021-02-14 Cesar StraussRemove obsolete comment
2021-02-14 Luke Kenneth Casso... add comments to TestIssuer
2021-02-14 Luke Kenneth Casso... add srcstep onto Vectorised GPRs in PowerDecoder2
2021-02-14 Luke Kenneth Casso... add TestRunner comments
2021-02-14 Luke Kenneth Casso... add Regfiles comments
2021-02-14 Luke Kenneth Casso... add SVSTATE reading to TestIssuer
2021-02-14 Luke Kenneth Casso... add SVSTATE to CoreState
2021-02-14 Luke Kenneth Casso... add extra FSM explanatory comments to TestIssuer
2021-02-13 Luke Kenneth Casso... use function for getting instruction from 32/64 bit...
2021-02-13 Cesar StraussFetch and decode the SVP64 prefix
2021-02-13 Tobias PlatenOP_TLBIE must in be instr_is_priv
2021-02-13 Tobias Platenkeep commits to under 80 chars
2021-02-13 Cesar StraussCheck the PC value at the end of each instruction
2021-02-13 Cesar StraussSkip vector test case, and add a scalar case
2021-02-13 Cesar StraussFix imports and whitespace
2021-02-13 Luke Kenneth Casso... update svp64 unit test comments
2021-02-13 Tobias Platenforward microwatt mmu specific SPR: PID and PRTBL
2021-02-13 Luke Kenneth Casso... add SVP64 TestIssuer separate unit test
2021-02-13 Luke Kenneth Casso... split out TestRunner into separate module
2021-02-13 Cesar StraussFix SVP64 translator to yield the unaltered instruction
2021-02-12 Luke Kenneth Casso... add one SVP64 ALU test case to get started
2021-02-12 Luke Kenneth Casso... add SVSTATE to TestCase infrastructure for use in TestI...
2021-02-12 Luke Kenneth Casso... add skip of instruction if SVSTATE.VL=0 in ISACaller
2021-02-12 Luke Kenneth Casso... validate all registers to make sure no damage occurs...
2021-02-12 Luke Kenneth Casso... add srcstep and correct PC-advancing during Sub-PC...
2021-02-12 Luke Kenneth Casso... comments
2021-02-12 Luke Kenneth Casso... add in SVSTATE.srcstep update, loop from 0 to VL-1
2021-02-12 Luke Kenneth Casso... allow PC to update by 8 in SVP64 mode
2021-02-12 Luke Kenneth Casso... fix setting of SVSTATE.VL and MVL
2021-02-12 Luke Kenneth Casso... add in SVSTATE to ISACaller, not used, just passed in
2021-02-11 Luke Kenneth Casso... comments in TestIssuer for SVP64PrefixDecoder
2021-02-10 Luke Kenneth Casso... add svp64 reg decode detection to ISACaller output
2021-02-10 Luke Kenneth Casso... starting to add SVP64 register EXTRA-read and isvec...
2021-02-10 Luke Kenneth Casso... comment update
2021-02-09 colepoirieradd missing newline at end of experiment/formal/.gitignore
2021-02-09 colepoirierfix erroneous removal of proof* from experiment/formal...
2021-02-07 colepoirieradd skeleton implementation of experiment/formal/proof_...
2021-02-07 colepoiriericache.py fix formatting
2021-02-07 colepoirierModify experiment/formal/.gitignore because was prevent...
2021-02-06 Cesar StraussFix whitespace
2021-02-06 Cesar StraussExtract the fetch FSM out from the main FSM
2021-02-05 Tobias Platenfix hanging simulation
2021-02-04 Tobias Platensrc/soc/fu/mmu/fsm.py: add debug outputs for gtkwave
2021-02-04 Tobias Platenupdate test_issuer_mmu_data_path.py to handle SPRs
2021-02-04 Tobias Platenpass SPR MicroOp to MMU function unit
2021-02-03 Luke Kenneth Casso... nope - need it to be zero if not identified as svp64
2021-02-03 Luke Kenneth Casso... actually no need to mux in the svp64_rm, just the id...
2021-02-03 Luke Kenneth Casso... add SVP64PowerDecoder, extracts svp64 remap if correctl...
2021-02-01 Luke Kenneth Casso... ISACaller, in svp64 mode, read the next 32 bits when...
2021-02-01 Tobias Platenextending the GTKWave document in test_issuer when...
2021-02-01 Luke Kenneth Casso... sort out SelectableInt bit-ordering for identifying...
2021-02-01 Luke Kenneth Casso... construct the assembly-code prefix and base v3.0B in...
2021-02-01 Cesar StraussAdd GTKWave document to test_issuer
2021-01-31 Cesar StraussFix loop test and enable it
2021-01-31 Luke Kenneth Casso... start an ISACaller SVP64 unit test
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... syntax corrections, also size of maxvl was wrong
2021-01-29 Luke Kenneth Casso... add SVP64 RM (Remap) Record
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
next