soc.git
2021-03-30 Luke Kenneth... might have RADIXMMU at least semi-working... maybe
2021-03-30 Luke Kenneth... use assertEqual in RADIXMMU unit test
2021-03-30 Luke Kenneth... skip 1-pred check if m= used in SVP64Asm
2021-03-30 Cesar StraussEnable VCOMPRESS test case
2021-03-30 Luke Kenneth... submodule update
2021-03-30 Cesar StraussAdd new twin predication case
2021-03-30 Cesar StraussAdjust twin predication cases for the new syntax
2021-03-30 Cesar StraussSkip leading zero bits on predicate masks
2021-03-30 Luke Kenneth... use port name for INT regfile to match up with test_run...
2021-03-30 Luke Kenneth... corrections to Makefile for building / not-building...
2021-03-30 Cesar StraussMemory port seems to have been renamed
2021-03-30 Luke Kenneth... bit of munging of Makefile, new targets
2021-03-30 Luke Kenneth... whoops Makefile error
2021-03-29 Luke Kenneth... correct segment check (off by one in LE/BE convert
2021-03-29 Luke Kenneth... update submodule
2021-03-29 Luke Kenneth... sort out pywriter.py when run with no args
2021-03-29 Luke Kenneth... remove "install" from run_sim dependency in Makefile
2021-03-28 Luke Kenneth... svp64-enable passed through to PowerDecoderSubsets...
2021-03-28 Luke Kenneth... whoops spelling mistake in SPRreduced Enums
2021-03-28 Cesar StraussMove DECODE_SV to its place between MASK_WAIT and INSN_...
2021-03-28 Cesar StraussMove instruction decoding to after predication
2021-03-28 Cesar StraussPrepare to advance src/dst step after getting the predi...
2021-03-28 Luke Kenneth... rather invasive reduction of SPR regfile size
2021-03-28 Luke Kenneth... add option to reduce number of regfile ports (get DFFs...
2021-03-28 Luke Kenneth... reduce number of regfile ports
2021-03-28 Luke Kenneth... reduce regfile port usage on non-svp64
2021-03-25 Tobias Platenradixmmu.py: cleanup, documentation
2021-03-25 Tobias Platenfix _get_prtable_addr, cleanup
2021-03-24 Luke Kenneth... comment about using PriorityEncoder
2021-03-24 Luke Kenneth... debug output
2021-03-24 Luke Kenneth... add comment skipping in pagereader.py
2021-03-24 Luke Kenneth... make svp64 isa caller unit tests more obvious
2021-03-24 Luke Kenneth... add option to stop writing isa all.py in pseudocode...
2021-03-24 Luke Kenneth... fix nonzero test in ISACaller RADIXMMU
2021-03-24 Luke Kenneth... add --disable-svp64 to litex sim build
2021-03-23 Tobias Platenmake addrshift human readable
2021-03-23 Tobias Platenadd addrshift function (based on microwatt)
2021-03-22 Luke Kenneth... do not set sv_changed
2021-03-22 Tobias Platentestcase for _get_pgtable_addr
2021-03-22 Luke Kenneth... read predicate mask from correct point in SVP64Asm
2021-03-22 Luke Kenneth... add SVP64Asm option for "m=" to set both src and dest...
2021-03-22 Luke Kenneth... 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... make sure non-svp64-mode works
2021-03-22 Luke Kenneth... 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... more TODO comments
2021-03-21 Luke Kenneth... add for-loop pseudocode for CR predicate mask reading
2021-03-21 Luke Kenneth... code comments in TestIssuer
2021-03-21 Luke Kenneth... adjust syntax of SVP64 predicate test cas
2021-03-21 Luke Kenneth... 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... add override for build commands powerpc64-linux-gnu...
2021-03-21 Luke Kenneth... enable -mregnames in assembly syntax for unit tests
2021-03-20 Luke Kenneth... more pseudocode in TestIssuer
2021-03-20 Luke Kenneth... move radixmmu to unit test format
2021-03-20 Luke Kenneth... add harmless code and commented-out pseudocode for...
2021-03-20 Luke Kenneth... sort out predicate zeroing in ISACaller
2021-03-20 Luke Kenneth... attempting to add src/dest-zeroing to ISACaller
2021-03-19 Luke Kenneth... more comments for TestIssuer when adding predication
2021-03-19 Tobias Platentestcase for _get_pgtable_addr
2021-03-19 Luke Kenneth... decode predicate src/dest zeroing in SVP64RMModeDecode
2021-03-19 Luke Kenneth... comments for TestIssuer get_predint and get_predcr
2021-03-19 Luke Kenneth... add more pieces of predication reading puzzle to TestIssuer
2021-03-19 Luke Kenneth... cleanup TestIssuer (comments)
2021-03-19 Luke Kenneth... spelling
2021-03-19 Luke Kenneth... code-shuffle in TestIssuer, split out setting up periph...
2021-03-19 Luke Kenneth... move duplicated code to a function in TestIssuer
2021-03-18 Luke Kenneth... more hint/comments
2021-03-18 Luke Kenneth... comments / code-shuffle
2021-03-18 Luke Kenneth... update TestIssuer comments
2021-03-18 Luke Kenneth... add comments on most likely place to put predicate...
2021-03-18 Luke Kenneth... comments TestIssuer, add a stub FSM
2021-03-18 Luke Kenneth... add MSR PR read in RADIXMMU ISACaller
2021-03-18 Luke Kenneth... re-add auto-generated file simplev.py to gitignore
2021-03-18 Jacob Lifshayre-add nmigen-type-annotations with libre-soc url
2021-03-18 Luke Kenneth... experiment in radixmmu with returning addr_next (and...
2021-03-18 Luke Kenneth... add sv_out2 to PowerDecode and PowerDecoder2
2021-03-18 Luke Kenneth... cross-reference to bug #619
2021-03-18 Luke Kenneth... add auto-generation of out2 column in SVP64RM
2021-03-18 Luke Kenneth... remove nmigen-type-annotations temporarily
2021-03-18 Luke Kenneth... remove nmigen-type-annotations temporarily
2021-03-18 Luke Kenneth... add option to move RS in CSV file reading, for compatib...
2021-03-17 Luke Kenneth... correct comments
2021-03-17 Luke Kenneth... re-enable SVP64 ISACaller predicate tests
2021-03-17 Luke Kenneth... add ascii graphic for extsw svp64 operation
2021-03-17 Luke Kenneth... add more explanatory comments
2021-03-17 Luke Kenneth... add twin-predicated extsw SVP64 ISACaller unit test
2021-03-17 Luke Kenneth... add SVP64 dststep incrementing in PowerDecoder2, Testis...
2021-03-17 Luke Kenneth... 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... add SVP64 INT-style predication to ISACaller
next