2021-03-28 |
Luke Kenneth... | reduce regfile port usage on non-svp64 |
commit | commitdiff | tree |
2021-03-25 |
Tobias Platen | radixmmu.py: cleanup, documentation |
commit | commitdiff | tree |
2021-03-25 |
Tobias Platen | fix _get_prtable_addr, cleanup |
commit | commitdiff | tree |
2021-03-24 |
Luke Kenneth... | comment about using PriorityEncoder |
commit | commitdiff | tree |
2021-03-24 |
Luke Kenneth... | debug output |
commit | commitdiff | tree |
2021-03-24 |
Luke Kenneth... | add comment skipping in pagereader.py |
commit | commitdiff | tree |
2021-03-24 |
Luke Kenneth... | make svp64 isa caller unit tests more obvious |
commit | commitdiff | tree |
2021-03-24 |
Luke Kenneth... | add option to stop writing isa all.py in pseudocode... |
commit | commitdiff | tree |
2021-03-24 |
Luke Kenneth... | fix nonzero test in ISACaller RADIXMMU |
commit | commitdiff | tree |
2021-03-24 |
Luke Kenneth... | add --disable-svp64 to litex sim build |
commit | commitdiff | tree |
2021-03-23 |
Tobias Platen | make addrshift human readable |
commit | commitdiff | tree |
2021-03-23 |
Tobias Platen | add addrshift function (based on microwatt) |
commit | commitdiff | tree |
2021-03-22 |
Luke Kenneth... | do not set sv_changed |
commit | commitdiff | tree |
2021-03-22 |
Tobias Platen | testcase for _get_pgtable_addr |
commit | commitdiff | tree |
2021-03-22 |
Luke Kenneth... | read predicate mask from correct point in SVP64Asm |
commit | commitdiff | tree |
2021-03-22 |
Luke Kenneth... | add SVP64Asm option for "m=" to set both src and dest... |
commit | commitdiff | tree |
2021-03-22 |
Luke Kenneth... | add very small dff sram variant (no 4k SRAMs) |
commit | commitdiff | tree |
2021-03-22 |
Cesar Strauss | Add test cases for integer VCOMPRESS and VEXPAND |
commit | commitdiff | tree |
2021-03-22 |
Luke Kenneth... | make sure non-svp64-mode works |
commit | commitdiff | tree |
2021-03-22 |
Luke Kenneth... | have get_predint return indicator that mask is all 1s |
commit | commitdiff | tree |
2021-03-22 |
Cesar Strauss | Skip fetching integer predicate mask when register... |
commit | commitdiff | tree |
2021-03-22 |
Cesar Strauss | Add traces for the new FSM and integer predicate decoding |
commit | commitdiff | tree |
2021-03-22 |
Cesar Strauss | Decode and fetch integer predicate registers |
commit | commitdiff | tree |
2021-03-21 |
Cesar Strauss | Fix typo |
commit | commitdiff | tree |
2021-03-21 |
Cesar Strauss | Add unique name to decoded predication signals |
commit | commitdiff | tree |
2021-03-21 |
Cesar Strauss | Revert removal of *.value from Enums |
commit | commitdiff | tree |
2021-03-21 |
Cesar Strauss | Fix syntax |
commit | commitdiff | tree |
2021-03-21 |
Luke Kenneth... | more TODO comments |
commit | commitdiff | tree |
2021-03-21 |
Luke Kenneth... | add for-loop pseudocode for CR predicate mask reading |
commit | commitdiff | tree |
2021-03-21 |
Luke Kenneth... | code comments in TestIssuer |
commit | commitdiff | tree |
2021-03-21 |
Luke Kenneth... | adjust syntax of SVP64 predicate test cas |
commit | commitdiff | tree |
2021-03-21 |
Luke Kenneth... | naah. back to "sv." syntax for SVP64 assembly |
commit | commitdiff | tree |
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 |
next |