incompatibility with POWER9 on mulhw/u due to lack of spec clarity
[soc.git] / src /
2020-08-27 Luke Kenneth Casso... incompatibility with POWER9 on mulhw/u due to lack...
2020-08-27 Luke Kenneth Casso... overflow-enable does not occur on shift operations
2020-08-27 Luke Kenneth Casso... oink, write_cr shiftrot record width was zero (??)
2020-08-27 Luke Kenneth Casso... sorting out shift_rot to use new output stage data...
2020-08-27 Luke Kenneth Casso... need to read SO if Rc=1
2020-08-27 Luke Kenneth Casso... reorg of SO handling related to CR0
2020-08-26 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-26 Cole Poirierdcache.py replace subtypes/types/constant aliases with...
2020-08-26 Luke Kenneth Casso... use sub-test in logical test_pipe_caller
2020-08-26 Luke Kenneth Casso... investigating div fsm and simulator bug
2020-08-25 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-25 Cole Poirierdcache.py rearrange, transform classes into functions...
2020-08-25 Jacob Lifshayfix broken remainder for div FSM
2020-08-25 Jacob Lifshayclean up formatting
2020-08-25 Luke Kenneth Casso... although shift-rot does not alter XER.so it still needs...
2020-08-25 Luke Kenneth Casso... add way to capture CR from DMI in litex sim
2020-08-25 Luke Kenneth Casso... add CR read to DMI interface
2020-08-25 Luke Kenneth Casso... shorten using temp vars
2020-08-25 Luke Kenneth Casso... add CR DMI interface
2020-08-25 Luke Kenneth Casso... add crxor unit test to qemu
2020-08-25 Cole Poirierdcache.py fix whitespace, fomatting, syntax
2020-08-25 Cole Poirierdcache.py fix formatting
2020-08-25 Cole Poirierdcache.py move Reservation RecordObject to top of file
2020-08-25 Cole Poirierdcache.py move RegStage1 RecordObject to top of file
2020-08-25 Cole Poirierdcache.py move MemAccessRequest RecordObject to top...
2020-08-25 Cole Poirierdcache.py move Stage0 RecordObject to top of file
2020-08-24 Luke Kenneth Casso... argh, reading regfile over DMI was overlapped and corru...
2020-08-24 Luke Kenneth Casso... add isel CR tests to run on qemu (confirmed working)
2020-08-24 Tobias PlatenTestCachedMemoryPortInterface cleanup
2020-08-24 Luke Kenneth Casso... make it easier to select FSM/Pipe DIV unit
2020-08-24 Luke Kenneth Casso... fix *another* ld-update-related timing / FSM issue
2020-08-24 Luke Kenneth Casso... tidyup / shuffle after review
2020-08-24 Luke Kenneth Casso... remove default parameter
2020-08-24 Luke Kenneth Casso... "WAY" does not exist - range(NUM_WAYS) was intended
2020-08-24 Luke Kenneth Casso... use WAY_BITS in appropriate locations
2020-08-24 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-24 Cole Poirierdcache.py commit first full tranlation pass, about...
2020-08-23 Luke Kenneth Casso... update copyright notices to include additional primary...
2020-08-23 Luke Kenneth Casso... add load algebraic immediate unit test
2020-08-23 Luke Kenneth Casso... add algebraic ld tests lwax, lwaux
2020-08-23 Michael NolanAdd copyright to files I primarily authored in simulator/
2020-08-23 Michael NolanAdd copyright to files in fu/ that I was the primary...
2020-08-23 Michael NolanAdd copyright statement to power_decoder.py
2020-08-23 Luke Kenneth Casso... bring "core stopped" signal out through DMI interface
2020-08-23 Luke Kenneth Casso... add in DMI "stat" loop which monitors core "stopping"
2020-08-23 Cesar StraussAllow an empty style, and passing default styles as...
2020-08-23 Cesar StraussAdd comment node type
2020-08-23 Cesar StraussAdd base and display styles
2020-08-23 Cesar StraussApply style from node own name
2020-08-23 Cesar StraussAdd color style
2020-08-23 Cesar StraussCollect styles from the tuple
2020-08-23 Cesar StraussPropagate the root style to all signals
2020-08-23 Luke Kenneth Casso... comment why litex sim mem map is altered
2020-08-23 Luke Kenneth Casso... multiply does not have invert_in, zero_a or invert_out
2020-08-22 Luke Kenneth Casso... rename invert_a to invert_in because logical inverts RB
2020-08-22 Luke Kenneth Casso... load bios not 1.bin unit test
2020-08-22 Luke Kenneth Casso... add extra div regression tests
2020-08-22 Cesar StraussMove comments to the docstring
2020-08-22 Cesar StraussWalk the DOM and emit the trace names
2020-08-22 Luke Kenneth Casso... add eqv to logical unit test
2020-08-22 Luke Kenneth Casso... add nor and nand to unit test
2020-08-22 Luke Kenneth Casso... moved to div pipe temporarily in compunits
2020-08-22 Luke Kenneth Casso... bug in andc and orc, complement was taking place on...
2020-08-22 Luke Kenneth Casso... extend addis test
2020-08-22 Luke Kenneth Casso... add andc and orc tests, failing because RB needs invers...
2020-08-22 Luke Kenneth Casso... modsd bug, https://bugs.libre-soc.org/show_bug.cgi...
2020-08-22 Cesar StraussFirst draft of a mini-language to describe GTKWave...
2020-08-22 Luke Kenneth Casso... add regression test for nonzero addis
2020-08-22 Luke Kenneth Casso... add means to run microwatt test binaries
2020-08-22 Luke Kenneth Casso... r0 zero tests on addis, fails
2020-08-22 Luke Kenneth Casso... investigating litex sdrinit function
2020-08-22 Luke Kenneth Casso... add pseudo-op conversion
2020-08-22 Luke Kenneth Casso... add start of litex bios counter loop
2020-08-21 Luke Kenneth Casso... remove extraneous comments
2020-08-21 Luke Kenneth Casso... testing 64-bit wishbone bus after 32-bit *still* fails...
2020-08-21 Tobias Platentypo fix in test_l0_cache_buffer2.py
2020-08-21 Cole Poirierdcache.py fix asserts, use backslash and two strings...
2020-08-21 Cole Poirierdcache.py replace functions that return signals with...
2020-08-21 Cole Poirierwb_types fix typo
2020-08-21 Tobias Platenconnect TestCachedMemoryPortInterface to LDSTSplitter
2020-08-21 Luke Kenneth Casso... get litex sim enabled with 32-bit wishbone bus
2020-08-21 Luke Kenneth Casso... ld/st bus reduction test operational
2020-08-21 Luke Kenneth Casso... first test of down-converted load/store from 64 to...
2020-08-21 Luke Kenneth Casso... first test of down-converted load/store from 64 to...
2020-08-21 Luke Kenneth Casso... add in WishboneDownConvert into LoadStoreUnitInterface
2020-08-21 Luke Kenneth Casso... comment formatting
2020-08-21 Luke Kenneth Casso... remove default values
2020-08-21 Luke Kenneth Casso... just range(the_constant)
2020-08-21 Samuel A. Falvo IIMUL pipeline WIP: mullw and mullwu covered.
2020-08-21 Samuel A. Falvo IIMUL pipeline: account for overflow flags. WIP
2020-08-21 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-21 Cole Poirierdcache.py commit today and yesterday's progress (sorry...
2020-08-21 Samuel A. Falvo IIMUL pipeline proofs: mulli / mullw WIP.
2020-08-20 Samuel A. Falvo IIMUL pipeline proof: muldw(u)
2020-08-20 Samuel A. Falvo IIMUL pipeline proof: signed mulhw
2020-08-20 Tobias Platenstart wiring TestCachedMemoryPortInterface
2020-08-20 Tobias Platentestcase refactoring
2020-08-20 Tobias Platenadd new class TestCachedMemoryPortInterface
2020-08-20 Luke Kenneth Casso... bugfix wishbone downconvert using wb sram 64-to-32...
2020-08-20 Luke Kenneth Casso... add a wishbone upconverter
next