2020-08-29 |
Luke Kenneth... | allow pseudocode numbering to decrement in for-loops |
commit | commitdiff | tree |
2020-08-29 |
Luke Kenneth... | add wat to write out raw binary assembled programs |
commit | commitdiff | tree |
2020-08-29 |
Luke Kenneth... | CR FXM becomes a full mask. |
commit | commitdiff | tree |
2020-08-28 |
Cole Poirier | dcache.py add first attempt at translation of dcache_tb... |
commit | commitdiff | tree |
2020-08-27 |
Cole Poirier | dcache.py add skeleton sim and test adapted from mmu... |
commit | commitdiff | tree |
2020-08-27 |
Cole Poirier | Merge branch 'master' of git.libre-soc.org:soc |
commit | commitdiff | tree |
2020-08-27 |
Cole Poirier | dcache.py implement the remaining vhdl generate stateme... |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | https://bugs.libre-soc.org/show_bug.cgi?id=476 |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | xer so is not being passed through to CR0 |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | really bad hack to fix simulator bug in carry handling |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | augment addme test case to show bug #476 |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | add addze and addme uni tests |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | incompatibility with POWER9 on mulhw/u due to lack... |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | overflow-enable does not occur on shift operations |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | oink, write_cr shiftrot record width was zero (??) |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | sorting out shift_rot to use new output stage data... |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | need to read SO if Rc=1 |
commit | commitdiff | tree |
2020-08-27 |
Luke Kenneth... | reorg of SO handling related to CR0 |
commit | commitdiff | tree |
2020-08-26 |
Cole Poirier | Merge branch 'master' of git.libre-soc.org:soc |
commit | commitdiff | tree |
2020-08-26 |
Cole Poirier | dcache.py replace subtypes/types/constant aliases with... |
commit | commitdiff | tree |
2020-08-26 |
Luke Kenneth... | use sub-test in logical test_pipe_caller |
commit | commitdiff | tree |
2020-08-26 |
Luke Kenneth... | investigating div fsm and simulator bug |
commit | commitdiff | tree |
2020-08-25 |
Cole Poirier | Merge branch 'master' of git.libre-soc.org:soc |
commit | commitdiff | tree |
2020-08-25 |
Cole Poirier | dcache.py rearrange, transform classes into functions... |
commit | commitdiff | tree |
2020-08-25 |
Jacob Lifshay | fix broken remainder for div FSM |
commit | commitdiff | tree |
2020-08-25 |
Jacob Lifshay | clean up formatting |
commit | commitdiff | tree |
2020-08-25 |
Luke Kenneth... | although shift-rot does not alter XER.so it still needs... |
commit | commitdiff | tree |
2020-08-25 |
Luke Kenneth... | add way to capture CR from DMI in litex sim |
commit | commitdiff | tree |
2020-08-25 |
Luke Kenneth... | add CR read to DMI interface |
commit | commitdiff | tree |
2020-08-25 |
Luke Kenneth... | shorten using temp vars |
commit | commitdiff | tree |
2020-08-25 |
Luke Kenneth... | add CR DMI interface |
commit | commitdiff | tree |
2020-08-25 |
Luke Kenneth... | add crxor unit test to qemu |
commit | commitdiff | tree |
2020-08-25 |
Cole Poirier | dcache.py fix whitespace, fomatting, syntax |
commit | commitdiff | tree |
2020-08-25 |
Cole Poirier | dcache.py fix formatting |
commit | commitdiff | tree |
2020-08-25 |
Cole Poirier | dcache.py move Reservation RecordObject to top of file |
commit | commitdiff | tree |
2020-08-25 |
Cole Poirier | dcache.py move RegStage1 RecordObject to top of file |
commit | commitdiff | tree |
2020-08-25 |
Cole Poirier | dcache.py move MemAccessRequest RecordObject to top... |
commit | commitdiff | tree |
2020-08-25 |
Cole Poirier | dcache.py move Stage0 RecordObject to top of file |
commit | commitdiff | tree |
2020-08-24 |
Luke Kenneth... | argh, reading regfile over DMI was overlapped and corru... |
commit | commitdiff | tree |
2020-08-24 |
Luke Kenneth... | add isel CR tests to run on qemu (confirmed working) |
commit | commitdiff | tree |
2020-08-24 |
Tobias Platen | TestCachedMemoryPortInterface cleanup |
commit | commitdiff | tree |
2020-08-24 |
Luke Kenneth... | make it easier to select FSM/Pipe DIV unit |
commit | commitdiff | tree |
2020-08-24 |
Luke Kenneth... | fix *another* ld-update-related timing / FSM issue |
commit | commitdiff | tree |
2020-08-24 |
Luke Kenneth... | tidyup / shuffle after review |
commit | commitdiff | tree |
2020-08-24 |
Luke Kenneth... | remove default parameter |
commit | commitdiff | tree |
2020-08-24 |
Luke Kenneth... | "WAY" does not exist - range(NUM_WAYS) was intended |
commit | commitdiff | tree |
2020-08-24 |
Luke Kenneth... | use WAY_BITS in appropriate locations |
commit | commitdiff | tree |
2020-08-24 |
Luke Kenneth... | reminder that the license (reflecting what is in setup... |
commit | commitdiff | tree |
2020-08-24 |
Cole Poirier | Merge branch 'master' of git.libre-soc.org:soc |
commit | commitdiff | tree |
2020-08-24 |
Cole Poirier | dcache.py commit first full tranlation pass, about... |
commit | commitdiff | tree |
2020-08-23 |
Luke Kenneth... | update copyright notices to include additional primary... |
commit | commitdiff | tree |
2020-08-23 |
Luke Kenneth... | add load algebraic immediate unit test |
commit | commitdiff | tree |
2020-08-23 |
Luke Kenneth... | add algebraic ld tests lwax, lwaux |
commit | commitdiff | tree |
2020-08-23 |
Michael Nolan | Add copyright to files I primarily authored in simulator/ |
commit | commitdiff | tree |
2020-08-23 |
Michael Nolan | Add copyright to files in fu/ that I was the primary... |
commit | commitdiff | tree |
2020-08-23 |
Michael Nolan | Add copyright statement to power_decoder.py |
commit | commitdiff | tree |
2020-08-23 |
Luke Kenneth... | bring "core stopped" signal out through DMI interface |
commit | commitdiff | tree |
2020-08-23 |
Luke Kenneth... | add in DMI "stat" loop which monitors core "stopping" |
commit | commitdiff | tree |
2020-08-23 |
Cesar Strauss | Allow an empty style, and passing default styles as... |
commit | commitdiff | tree |
2020-08-23 |
Cesar Strauss | Add comment node type |
commit | commitdiff | tree |
2020-08-23 |
Cesar Strauss | Add base and display styles |
commit | commitdiff | tree |
2020-08-23 |
Cesar Strauss | Apply style from node own name |
commit | commitdiff | tree |
2020-08-23 |
Cesar Strauss | Add color style |
commit | commitdiff | tree |
2020-08-23 |
Cesar Strauss | Collect styles from the tuple |
commit | commitdiff | tree |
2020-08-23 |
Cesar Strauss | Propagate the root style to all signals |
commit | commitdiff | tree |
2020-08-23 |
Luke Kenneth... | comment why litex sim mem map is altered |
commit | commitdiff | tree |
2020-08-23 |
Luke Kenneth... | multiply does not have invert_in, zero_a or invert_out |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | rename invert_a to invert_in because logical inverts RB |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | update submodule |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | load bios not 1.bin unit test |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | add extra div regression tests |
commit | commitdiff | tree |
2020-08-22 |
Cesar Strauss | Move comments to the docstring |
commit | commitdiff | tree |
2020-08-22 |
Cesar Strauss | Walk the DOM and emit the trace names |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | add eqv to logical unit test |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | add nor and nand to unit test |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | moved to div pipe temporarily in compunits |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | bug in andc and orc, complement was taking place on... |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | extend addis test |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | add andc and orc tests, failing because RB needs invers... |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | modsd bug, https://bugs.libre-soc.org/show_bug.cgi... |
commit | commitdiff | tree |
2020-08-22 |
Cesar Strauss | First draft of a mini-language to describe GTKWave... |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | submodule update |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | add regression test for nonzero addis |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | add means to run microwatt test binaries |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | r0 zero tests on addis, fails |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | investigating litex sdrinit function |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | add pseudo-op conversion |
commit | commitdiff | tree |
2020-08-22 |
Luke Kenneth... | add start of litex bios counter loop |
commit | commitdiff | tree |
2020-08-21 |
Luke Kenneth... | remove extraneous comments |
commit | commitdiff | tree |
2020-08-21 |
Luke Kenneth... | testing 64-bit wishbone bus after 32-bit *still* fails... |
commit | commitdiff | tree |
2020-08-21 |
Tobias Platen | typo fix in test_l0_cache_buffer2.py |
commit | commitdiff | tree |
2020-08-21 |
Cole Poirier | dcache.py fix asserts, use backslash and two strings... |
commit | commitdiff | tree |
2020-08-21 |
Cole Poirier | dcache.py replace functions that return signals with... |
commit | commitdiff | tree |
2020-08-21 |
Cole Poirier | wb_types fix typo |
commit | commitdiff | tree |
2020-08-21 |
Tobias Platen | connect TestCachedMemoryPortInterface to LDSTSplitter |
commit | commitdiff | tree |
2020-08-21 |
Luke Kenneth... | get litex sim enabled with 32-bit wishbone bus |
commit | commitdiff | tree |
2020-08-21 |
Luke Kenneth... | ld/st bus reduction test operational |
commit | commitdiff | tree |
2020-08-21 |
Luke Kenneth... | first test of down-converted load/store from 64 to... |
commit | commitdiff | tree |
2020-08-21 |
Luke Kenneth... | first test of down-converted load/store from 64 to... |
commit | commitdiff | tree |
2020-08-21 |
Luke Kenneth... | add in WishboneDownConvert into LoadStoreUnitInterface |
commit | commitdiff | tree |
next |