soc.git
2020-08-29 Samuel A. Falvo IIWIP: prep for 64-bit insns
2020-08-29 Luke Kenneth... yep disable OE for MULH64/32 and EXTS and CNTZ
2020-08-29 Luke Kenneth... investigating CR mtocrf / mfocrf
2020-08-29 Luke Kenneth... add additional CR regression tests
2020-08-29 Luke Kenneth... allow pseudocode numbering to decrement in for-loops
2020-08-29 Luke Kenneth... add wat to write out raw binary assembled programs
2020-08-29 Luke Kenneth... CR FXM becomes a full mask.
2020-08-28 Cole Poirierdcache.py add first attempt at translation of dcache_tb...
2020-08-27 Cole Poirierdcache.py add skeleton sim and test adapted from mmu...
2020-08-27 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-27 Cole Poirierdcache.py implement the remaining vhdl generate stateme...
2020-08-27 Luke Kenneth... https://bugs.libre-soc.org/show_bug.cgi?id=476
2020-08-27 Luke Kenneth... xer so is not being passed through to CR0
2020-08-27 Luke Kenneth... really bad hack to fix simulator bug in carry handling
2020-08-27 Luke Kenneth... augment addme test case to show bug #476
2020-08-27 Luke Kenneth... add addze and addme uni tests
2020-08-27 Luke Kenneth... incompatibility with POWER9 on mulhw/u due to lack...
2020-08-27 Luke Kenneth... overflow-enable does not occur on shift operations
2020-08-27 Luke Kenneth... oink, write_cr shiftrot record width was zero (??)
2020-08-27 Luke Kenneth... sorting out shift_rot to use new output stage data...
2020-08-27 Luke Kenneth... need to read SO if Rc=1
2020-08-27 Luke Kenneth... 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... use sub-test in logical test_pipe_caller
2020-08-26 Luke Kenneth... 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... although shift-rot does not alter XER.so it still needs...
2020-08-25 Luke Kenneth... add way to capture CR from DMI in litex sim
2020-08-25 Luke Kenneth... add CR read to DMI interface
2020-08-25 Luke Kenneth... shorten using temp vars
2020-08-25 Luke Kenneth... add CR DMI interface
2020-08-25 Luke Kenneth... 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... argh, reading regfile over DMI was overlapped and corru...
2020-08-24 Luke Kenneth... add isel CR tests to run on qemu (confirmed working)
2020-08-24 Tobias PlatenTestCachedMemoryPortInterface cleanup
2020-08-24 Luke Kenneth... make it easier to select FSM/Pipe DIV unit
2020-08-24 Luke Kenneth... fix *another* ld-update-related timing / FSM issue
2020-08-24 Luke Kenneth... tidyup / shuffle after review
2020-08-24 Luke Kenneth... remove default parameter
2020-08-24 Luke Kenneth... "WAY" does not exist - range(NUM_WAYS) was intended
2020-08-24 Luke Kenneth... use WAY_BITS in appropriate locations
2020-08-24 Luke Kenneth... reminder that the license (reflecting what is in setup...
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... update copyright notices to include additional primary...
2020-08-23 Luke Kenneth... add load algebraic immediate unit test
2020-08-23 Luke Kenneth... 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... bring "core stopped" signal out through DMI interface
2020-08-23 Luke Kenneth... 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... comment why litex sim mem map is altered
2020-08-23 Luke Kenneth... multiply does not have invert_in, zero_a or invert_out
2020-08-22 Luke Kenneth... rename invert_a to invert_in because logical inverts RB
2020-08-22 Luke Kenneth... update submodule
2020-08-22 Luke Kenneth... load bios not 1.bin unit test
2020-08-22 Luke Kenneth... 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... add eqv to logical unit test
2020-08-22 Luke Kenneth... add nor and nand to unit test
2020-08-22 Luke Kenneth... moved to div pipe temporarily in compunits
2020-08-22 Luke Kenneth... bug in andc and orc, complement was taking place on...
2020-08-22 Luke Kenneth... extend addis test
2020-08-22 Luke Kenneth... add andc and orc tests, failing because RB needs invers...
2020-08-22 Luke Kenneth... 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... submodule update
2020-08-22 Luke Kenneth... add regression test for nonzero addis
2020-08-22 Luke Kenneth... add means to run microwatt test binaries
2020-08-22 Luke Kenneth... r0 zero tests on addis, fails
2020-08-22 Luke Kenneth... investigating litex sdrinit function
2020-08-22 Luke Kenneth... add pseudo-op conversion
2020-08-22 Luke Kenneth... add start of litex bios counter loop
2020-08-21 Luke Kenneth... remove extraneous comments
2020-08-21 Luke Kenneth... 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... get litex sim enabled with 32-bit wishbone bus
next