add comment skipping in pagereader.py
[soc.git] / src / soc /
2021-03-24 Luke Kenneth Casso... add comment skipping in pagereader.py
2021-03-24 Luke Kenneth Casso... make svp64 isa caller unit tests more obvious
2021-03-24 Luke Kenneth Casso... add option to stop writing isa all.py in pseudocode...
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-22 Luke Kenneth Casso... add SVP64Asm option for "m=" to set both src and dest...
2021-03-22 Luke Kenneth Casso... add very small dff sram variant (no 4k SRAMs)
2021-03-22 Cesar StraussAdd test cases for integer VCOMPRESS and VEXPAND
2021-03-22 Luke Kenneth Casso... make sure non-svp64-mode works
2021-03-22 Luke Kenneth Casso... have get_predint return indicator that mask is all 1s
2021-03-22 Cesar StraussSkip fetching integer predicate mask when register...
2021-03-22 Cesar StraussAdd traces for the new FSM and integer predicate decoding
2021-03-22 Cesar StraussDecode and fetch integer predicate registers
2021-03-21 Cesar StraussFix typo
2021-03-21 Cesar StraussAdd unique name to decoded predication signals
2021-03-21 Cesar StraussRevert removal of *.value from Enums
2021-03-21 Cesar StraussFix syntax
2021-03-21 Luke Kenneth Casso... more TODO comments
2021-03-21 Luke Kenneth Casso... add for-loop pseudocode for CR predicate mask reading
2021-03-21 Luke Kenneth Casso... code comments in TestIssuer
2021-03-21 Luke Kenneth Casso... adjust syntax of SVP64 predicate test cas
2021-03-21 Luke Kenneth Casso... naah. back to "sv." syntax for SVP64 assembly
2021-03-21 Cesar StraussStart work on the predicate fetch FSM
2021-03-21 Cesar StraussAdd predication test case, initially disabled
2021-03-21 Luke Kenneth Casso... add override for build commands powerpc64-linux-gnu...
2021-03-21 Luke Kenneth Casso... enable -mregnames in assembly syntax for unit tests
2021-03-20 Luke Kenneth Casso... more pseudocode in TestIssuer
2021-03-20 Luke Kenneth Casso... move radixmmu to unit test format
2021-03-20 Luke Kenneth Casso... add harmless code and commented-out pseudocode for...
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 Luke Kenneth Casso... more comments for TestIssuer when adding predication
2021-03-19 Tobias Platentestcase for _get_pgtable_addr
2021-03-19 Luke Kenneth Casso... decode predicate src/dest zeroing in SVP64RMModeDecode
2021-03-19 Luke Kenneth Casso... comments for TestIssuer get_predint and get_predcr
2021-03-19 Luke Kenneth Casso... add more pieces of predication reading puzzle to TestIssuer
2021-03-19 Luke Kenneth Casso... cleanup TestIssuer (comments)
2021-03-19 Luke Kenneth Casso... spelling
2021-03-19 Luke Kenneth Casso... code-shuffle in TestIssuer, split out setting up periph...
2021-03-19 Luke Kenneth Casso... move duplicated code to a function in TestIssuer
2021-03-18 Luke Kenneth Casso... more hint/comments
2021-03-18 Luke Kenneth Casso... comments / code-shuffle
2021-03-18 Luke Kenneth Casso... update TestIssuer comments
2021-03-18 Luke Kenneth Casso... add comments on most likely place to put predicate...
2021-03-18 Luke Kenneth Casso... comments TestIssuer, add a stub FSM
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-18 Luke Kenneth Casso... add sv_out2 to PowerDecode and PowerDecoder2
2021-03-18 Luke Kenneth Casso... cross-reference to bug #619
2021-03-18 Luke Kenneth Casso... add auto-generation of out2 column in SVP64RM
2021-03-18 Luke Kenneth Casso... add option to move RS in CSV file reading, for compatib...
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... add predication read ports (CR and INT)
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... link up SVP64 RM Mode decoding into PowerDecoder2
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-17 Luke Kenneth Casso... add in SVP64 RM Mode decoder
2021-03-16 Tobias Platenradixmmu: detect badtree
2021-03-16 Tobias Platenadd valid, leaf to loop
2021-03-16 Cesar StraussUse symbolic values for subfields and bits
2021-03-16 Cesar StraussAdd subfield and bit definitions for the SVP64 RM mode...
2021-03-16 Cesar StraussDefine and initialise the mode variable, to be used...
2021-03-16 Cesar StraussRename class so it does not clash with the enum
2021-03-15 Cesar StraussFix import
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-14 Luke Kenneth Casso... remove "sv." and replace with "sv" in all SVP64Asm
2021-03-14 Cesar StraussActivate the VL==0 loop with any SVP64 prefix whatsoever
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-to-long converter in SVP64Asm (sigh)
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 Jacob Lifshayadd setvl to decoder
2021-03-12 Jacob Lifshayautoformat code
2021-03-12 Luke Kenneth Casso... add OP_SETVL to MicrOp in power_enums.py
2021-03-12 Luke Kenneth Casso... add ability to set and distinguish RT=0 (RT_OR_ZERO...
2021-03-12 Luke Kenneth Casso... use PowerDecoder2.loop_continue instead of no_out_vec
2021-03-12 Luke Kenneth Casso... remove old code
2021-03-12 Luke Kenneth Casso... remove old code
2021-03-12 Luke Kenneth Casso... remove old code
2021-03-12 Luke Kenneth Casso... add more sophisticated checking of whether SVP64 loop...
next