use PRTBL SPR in RADIXMMU
[soc.git] / src / soc / decoder / isa /
2021-03-30 Luke Kenneth Casso... use PRTBL SPR in RADIXMMU
2021-03-30 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-03-30 Tobias Platencomment about microwatt implementation details
2021-03-30 Luke Kenneth Casso... add comments, correct load addresses
2021-03-30 Alain D D WilliamsMerge branch 'master' of git.libre-soc.org:soc
2021-03-30 Tobias Platenadd function _prtable_lookup and unit test
2021-03-30 Luke Kenneth Casso... might have RADIXMMU at least semi-working... maybe
2021-03-30 Luke Kenneth Casso... use assertEqual in RADIXMMU unit test
2021-03-29 Luke Kenneth Casso... correct segment check (off by one in LE/BE convert
2021-03-28 Luke Kenneth Casso... rather invasive reduction of SPR regfile size
2021-03-25 Tobias Platenradixmmu.py: cleanup, documentation
2021-03-25 Tobias Platenfix _get_prtable_addr, cleanup
2021-03-24 Luke Kenneth Casso... make svp64 isa caller unit tests more obvious
2021-03-24 Luke Kenneth Casso... fix nonzero test in ISACaller RADIXMMU
2021-03-23 Tobias Platenmake addrshift human readable
2021-03-23 Tobias Platenadd addrshift function (based on microwatt)
2021-03-22 Luke Kenneth Casso... do not set sv_changed
2021-03-22 Tobias Platentestcase for _get_pgtable_addr
2021-03-22 Luke Kenneth Casso... read predicate mask from correct point in SVP64Asm
2021-03-21 Luke Kenneth Casso... naah. back to "sv." syntax for SVP64 assembly
2021-03-20 Luke Kenneth Casso... move radixmmu to unit test format
2021-03-20 Luke Kenneth Casso... sort out predicate zeroing in ISACaller
2021-03-20 Luke Kenneth Casso... attempting to add src/dest-zeroing to ISACaller
2021-03-19 Tobias Platentestcase for _get_pgtable_addr
2021-03-18 Luke Kenneth Casso... comments / code-shuffle
2021-03-18 Luke Kenneth Casso... add MSR PR read in RADIXMMU ISACaller
2021-03-18 Luke Kenneth Casso... re-add auto-generated file simplev.py to gitignore
2021-03-18 Luke Kenneth Casso... experiment in radixmmu with returning addr_next (and...
2021-03-17 Luke Kenneth Casso... correct comments
2021-03-17 Luke Kenneth Casso... re-enable SVP64 ISACaller predicate tests
2021-03-17 Luke Kenneth Casso... add ascii graphic for extsw svp64 operation
2021-03-17 Luke Kenneth Casso... add more explanatory comments
2021-03-17 Luke Kenneth Casso... add twin-predicated extsw SVP64 ISACaller unit test
2021-03-17 Luke Kenneth Casso... add SVP64 dststep incrementing in PowerDecoder2, Testis...
2021-03-17 Luke Kenneth Casso... add CR-based predication to ISACaller
2021-03-17 Tobias Platencleanup raduxmmu._walk_tree
2021-03-17 Tobias Platencreate iterative mmu lookup loop
2021-03-17 Luke Kenneth Casso... add SVP64 INT-style predication to ISACaller
2021-03-17 Luke Kenneth Casso... add predication SVP64 unit test
2021-03-17 Luke Kenneth Casso... whoops shift has to be done at same bitwidth
2021-03-17 Luke Kenneth Casso... split out new_lookup function
2021-03-17 Luke Kenneth Casso... add priv and mode to RADIXMMU
2021-03-17 Luke Kenneth Casso... add instr_fetch mode to ISACaller Mem and RADIXMMU
2021-03-17 Luke Kenneth Casso... whitespace
2021-03-16 Tobias Platenradixmmu: detect badtree
2021-03-16 Tobias Platenadd valid, leaf to loop
2021-03-15 Tobias Platenadd rpte bitfields valid and leaf
2021-03-14 Luke Kenneth Casso... remove "sv." and replace with "sv" in all SVP64Asm
2021-03-13 Luke Kenneth Casso... add setvl unit test assertions, add 2nd test
2021-03-13 Luke Kenneth Casso... get first revision setvl operational in ISACaller
2021-03-13 Luke Kenneth Casso... add setvl unit test
2021-03-13 Luke Kenneth Casso... include SVSTATE in namespace, passing to ISACaller
2021-03-12 Luke Kenneth Casso... **FOR NOW** LD/ST relies on detection of twin-predicati...
2021-03-11 Luke Kenneth Casso... add detection of whether *full* 7-bit of RA is zero...
2021-03-11 Luke Kenneth Casso... add in SVP64 LD/ST basic test for ISACaller
2021-03-11 Luke Kenneth Casso... whoops sort out when svstate not active in ISACaller
2021-03-11 Luke Kenneth Casso... whoops PIDR is defined as 32-bits in SPRs.csv (and...
2021-03-11 Tobias Platenfix runtime error
2021-03-10 Tobias Platenradix: reading first page table entry
2021-03-10 Luke Kenneth Casso... add walk_tree arguments it needs
2021-03-09 Luke Kenneth Casso... fix address must convert to SelectableInt
2021-03-09 Luke Kenneth Casso... call decode_ptre on address to obtain shift, mbits...
2021-03-09 Tobias Platenwhitespace
2021-03-09 Tobias PlatenRADIX: call self._walk_tree in ld and st
2021-03-09 Luke Kenneth Casso... debug radix mmu ISACaller
2021-03-09 Tobias Platencomment out broken spr code
2021-03-09 Tobias Platen_walk_tree: access sprs
2021-03-09 Luke Kenneth Casso... create first check_perms RADIX ISACaller function
2021-03-09 Luke Kenneth Casso... move Mem class out of ISACaller
2021-03-09 Luke Kenneth Casso... cleanup imports
2021-03-09 Luke Kenneth Casso... move ISACaller RADIX MMU class to separate module
2021-03-09 Luke Kenneth Casso... add pgtable and pte calculation to RADIX ISACaller
2021-03-08 Luke Kenneth Casso... start adding _get_prtable_addr
2021-03-07 Cesar StraussFix missing NIA update on ISACaller
2021-03-07 Tobias PlatenRADIX: read SPRs
2021-03-07 Tobias PlatenRADIX: implement memassign and call
2021-03-05 Tobias Platenunit test: pass bool mmu
2021-03-05 Luke Kenneth Casso... add comments and more stub functions
2021-03-05 Luke Kenneth Casso... add segment_check function, plus quick test.
2021-03-05 Luke Kenneth Casso... add decode_prte function to RADIX
2021-03-05 Luke Kenneth Casso... add trivial LD/ST redirectors into RADIX ISACaller
2021-03-04 Luke Kenneth Casso... whitespace
2021-03-04 Tobias Platenupdate test_caller_radix.py
2021-03-04 Tobias PlatenISACaller: add option mmu
2021-03-04 Luke Kenneth Casso... add comments from gem5-experimental mmu
2021-03-04 Luke Kenneth Casso... add cached pgtbl0/3
2021-03-04 Luke Kenneth Casso... add two functions for checking permissions, to be based...
2021-03-03 Tobias Platenadd RADIX skeleton and unit test
2021-03-03 Luke Kenneth Casso... add debug strings
2021-03-03 Luke Kenneth Casso... remove singleton pattern
2021-02-27 Luke Kenneth Casso... use PowerDecoder2.no_out_vec instead of manual vector...
2021-02-27 Luke Kenneth Casso... add corresponding VL=0 unit test as from 161b7d67b...
2021-02-21 Luke Kenneth Casso... comments in SVP64RMFields
2021-02-21 Cesar StraussUse symbolic values as field sizes
2021-02-21 Cesar StraussReplace all hardcoded shifts into RM by usage of SVP64R...
2021-02-21 Luke Kenneth Casso... create SVP64CROffs consts for when SVP64 Vector-of...
2021-02-20 Luke Kenneth Casso... comments on sv.add. Rc=1 unit test
2021-02-20 Luke Kenneth Casso... add in Vectorised CRs when Rc=1 into ISACaller
2021-02-20 Luke Kenneth Casso... add some debug checking to get_pdecode_cr_out
2021-02-20 Luke Kenneth Casso... add more debug output to get_pdecode_cr_out
next