2021-03-21 |
Cesar Strauss | Start work on the predicate fetch FSM |
commit | commitdiff | tree |
2021-03-21 |
Cesar Strauss | Add predication test case, initially disabled |
commit | commitdiff | tree |
2021-03-21 |
Luke Kenneth... | add override for build commands powerpc64-linux-gnu... |
commit | commitdiff | tree |
2021-03-21 |
Luke Kenneth... | enable -mregnames in assembly syntax for unit tests |
commit | commitdiff | tree |
2021-03-20 |
Luke Kenneth... | more pseudocode in TestIssuer |
commit | commitdiff | tree |
2021-03-20 |
Luke Kenneth... | move radixmmu to unit test format |
commit | commitdiff | tree |
2021-03-20 |
Luke Kenneth... | add harmless code and commented-out pseudocode for... |
commit | commitdiff | tree |
2021-03-20 |
Luke Kenneth... | sort out predicate zeroing in ISACaller |
commit | commitdiff | tree |
2021-03-20 |
Luke Kenneth... | attempting to add src/dest-zeroing to ISACaller |
commit | commitdiff | tree |
2021-03-19 |
Luke Kenneth... | more comments for TestIssuer when adding predication |
commit | commitdiff | tree |
2021-03-19 |
Tobias Platen | testcase for _get_pgtable_addr |
commit | commitdiff | tree |
2021-03-19 |
Luke Kenneth... | decode predicate src/dest zeroing in SVP64RMModeDecode |
commit | commitdiff | tree |
2021-03-19 |
Luke Kenneth... | comments for TestIssuer get_predint and get_predcr |
commit | commitdiff | tree |
2021-03-19 |
Luke Kenneth... | add more pieces of predication reading puzzle to TestIssuer |
commit | commitdiff | tree |
2021-03-19 |
Luke Kenneth... | cleanup TestIssuer (comments) |
commit | commitdiff | tree |
2021-03-19 |
Luke Kenneth... | spelling |
commit | commitdiff | tree |
2021-03-19 |
Luke Kenneth... | code-shuffle in TestIssuer, split out setting up periph... |
commit | commitdiff | tree |
2021-03-19 |
Luke Kenneth... | move duplicated code to a function in TestIssuer |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | more hint/comments |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | comments / code-shuffle |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | update TestIssuer comments |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | add comments on most likely place to put predicate... |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | comments TestIssuer, add a stub FSM |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | add MSR PR read in RADIXMMU ISACaller |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | re-add auto-generated file simplev.py to gitignore |
commit | commitdiff | tree |
2021-03-18 |
Jacob Lifshay | re-add nmigen-type-annotations with libre-soc url |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | experiment in radixmmu with returning addr_next (and... |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | add sv_out2 to PowerDecode and PowerDecoder2 |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | cross-reference to bug #619 |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | add auto-generation of out2 column in SVP64RM |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | remove nmigen-type-annotations temporarily |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | remove nmigen-type-annotations temporarily |
commit | commitdiff | tree |
2021-03-18 |
Luke Kenneth... | add option to move RS in CSV file reading, for compatib... |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | correct comments |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | re-enable SVP64 ISACaller predicate tests |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add ascii graphic for extsw svp64 operation |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add more explanatory comments |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add twin-predicated extsw SVP64 ISACaller unit test |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add SVP64 dststep incrementing in PowerDecoder2, Testis... |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add CR-based predication to ISACaller |
commit | commitdiff | tree |
2021-03-17 |
Tobias Platen | cleanup raduxmmu._walk_tree |
commit | commitdiff | tree |
2021-03-17 |
Tobias Platen | create iterative mmu lookup loop |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add SVP64 INT-style predication to ISACaller |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add predication SVP64 unit test |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add predication read ports (CR and INT) |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | whoops shift has to be done at same bitwidth |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | split out new_lookup function |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | link up SVP64 RM Mode decoding into PowerDecoder2 |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add priv and mode to RADIXMMU |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add instr_fetch mode to ISACaller Mem and RADIXMMU |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2021-03-17 |
Luke Kenneth... | add in SVP64 RM Mode decoder |
commit | commitdiff | tree |
2021-03-16 |
Tobias Platen | radixmmu: detect badtree |
commit | commitdiff | tree |
2021-03-16 |
Tobias Platen | add valid, leaf to loop |
commit | commitdiff | tree |
2021-03-16 |
Cesar Strauss | Use symbolic values for subfields and bits |
commit | commitdiff | tree |
2021-03-16 |
Cesar Strauss | Add subfield and bit definitions for the SVP64 RM mode... |
commit | commitdiff | tree |
2021-03-16 |
Cesar Strauss | Define and initialise the mode variable, to be used... |
commit | commitdiff | tree |
2021-03-16 |
Cesar Strauss | Rename class so it does not clash with the enum |
commit | commitdiff | tree |
2021-03-15 |
Cesar Strauss | Fix import |
commit | commitdiff | tree |
2021-03-15 |
Tobias Platen | add rpte bitfields valid and leaf |
commit | commitdiff | tree |
2021-03-14 |
Luke Kenneth... | remove "sv." and replace with "sv" in all SVP64Asm |
commit | commitdiff | tree |
2021-03-14 |
Luke Kenneth... | remove "sv." and replace with "sv" in all SVP64Asm |
commit | commitdiff | tree |
2021-03-14 |
Cesar Strauss | Activate the VL==0 loop with any SVP64 prefix whatsoever |
commit | commitdiff | tree |
2021-03-13 |
Luke Kenneth... | add setvl unit test assertions, add 2nd test |
commit | commitdiff | tree |
2021-03-13 |
Luke Kenneth... | get first revision setvl operational in ISACaller |
commit | commitdiff | tree |
2021-03-13 |
Luke Kenneth... | add setvl-to-long converter in SVP64Asm (sigh) |
commit | commitdiff | tree |
2021-03-13 |
Luke Kenneth... | add setvl unit test |
commit | commitdiff | tree |
2021-03-13 |
Luke Kenneth... | update submodule to include simplev setvl |
commit | commitdiff | tree |
2021-03-13 |
Luke Kenneth... | include SVSTATE in namespace, passing to ISACaller |
commit | commitdiff | tree |
2021-03-12 |
Jacob Lifshay | update submodule |
commit | commitdiff | tree |
2021-03-12 |
Jacob Lifshay | add setvl to decoder |
commit | commitdiff | tree |
2021-03-12 |
Jacob Lifshay | autoformat code |
commit | commitdiff | tree |
2021-03-12 |
Luke Kenneth... | add OP_SETVL to MicrOp in power_enums.py |
commit | commitdiff | tree |
2021-03-12 |
Luke Kenneth... | add ability to set and distinguish RT=0 (RT_OR_ZERO... |
commit | commitdiff | tree |
2021-03-12 |
Luke Kenneth... | use PowerDecoder2.loop_continue instead of no_out_vec |
commit | commitdiff | tree |
2021-03-12 |
Luke Kenneth... | remove old code |
commit | commitdiff | tree |
2021-03-12 |
Luke Kenneth... | remove old code |
commit | commitdiff | tree |
2021-03-12 |
Luke Kenneth... | remove old code |
commit | commitdiff | tree |
2021-03-12 |
Luke Kenneth... | add more sophisticated checking of whether SVP64 loop... |
commit | commitdiff | tree |
2021-03-12 |
Luke Kenneth... | **FOR NOW** LD/ST relies on detection of twin-predicati... |
commit | commitdiff | tree |
2021-03-12 |
Luke Kenneth... | decoding of svp64 reg by name has to occur after immedi... |
commit | commitdiff | tree |
2021-03-12 |
Jacob Lifshay | add forgotten PO (primary opcode) field to DecodeFields |
commit | commitdiff | tree |
2021-03-11 |
Cesar Strauss | Bring a few test cases from test_caller_64.py |
commit | commitdiff | tree |
2021-03-11 |
Cesar Strauss | Test case for two successive SV instructions |
commit | commitdiff | tree |
2021-03-11 |
Luke Kenneth... | add link of RA_OR_ZERO SVP64 detection |
commit | commitdiff | tree |
2021-03-11 |
Luke Kenneth... | add detection of whether *full* 7-bit of RA is zero... |
commit | commitdiff | tree |
2021-03-11 |
Luke Kenneth... | add in SVP64 LD/ST basic test for ISACaller |
commit | commitdiff | tree |
2021-03-11 |
Luke Kenneth... | whoops sort out when svstate not active in ISACaller |
commit | commitdiff | tree |
2021-03-11 |
Luke Kenneth... | whoops PIDR is defined as 32-bits in SPRs.csv (and... |
commit | commitdiff | tree |
2021-03-11 |
Luke Kenneth... | add understanding of LDST immediates to SVP64ASM |
commit | commitdiff | tree |
2021-03-11 |
Tobias Platen | fix runtime error |
commit | commitdiff | tree |
2021-03-10 |
Tobias Platen | radix: reading first page table entry |
commit | commitdiff | tree |
2021-03-10 |
Luke Kenneth... | add walk_tree arguments it needs |
commit | commitdiff | tree |
2021-03-09 |
Luke Kenneth... | fix address must convert to SelectableInt |
commit | commitdiff | tree |
2021-03-09 |
Luke Kenneth... | call decode_ptre on address to obtain shift, mbits... |
commit | commitdiff | tree |
2021-03-09 |
Tobias Platen | whitespace |
commit | commitdiff | tree |
2021-03-09 |
Tobias Platen | RADIX: call self._walk_tree in ld and st |
commit | commitdiff | tree |
2021-03-09 |
Luke Kenneth... | debug radix mmu ISACaller |
commit | commitdiff | tree |
2021-03-09 |
Tobias Platen | comment out broken spr code |
commit | commitdiff | tree |
2021-03-09 |
Tobias Platen | _walk_tree: access sprs |
commit | commitdiff | tree |
next |