Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / scoreboard / addr_split.py
2021-11-26 Luke Kenneth Casso... early use of Array unnecessarily (all uses are static...
2021-08-24 Luke Kenneth Casso... big rename, global/search/replace of ready_o with o_rea...
2020-08-21 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-20 Tobias Platenstart wiring TestCachedMemoryPortInterface
2020-08-11 Tobias Plateninitial version of L0CacheBuffer2
2020-08-08 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-08 Tobias Platenaddr_split.py: shift bytes not bits
2020-08-05 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-08-05 Tobias Platenundo changes that fix unit test, but do not solve anything
2020-08-05 Tobias Platenfix LDSTSplitter
2020-08-03 Luke Kenneth Casso... https://bugs.libre-soc.org/show_bug.cgi?id=446
2020-08-03 Tobias PlatenLDSTSplitter: report exception
2020-07-29 Tobias Platenmodified LDSTSplitter to conform to PortInterface
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-06-10 Luke Kenneth Casso... creates an import error and stops unit tests from running
2020-06-10 Tobias PlatenPortInterface refactoring
2020-06-10 Tobias Platenexception if rolls in addr_split.py
2020-06-09 Luke Kenneth Casso... expand LenExpand (haha) to cover bytes, with an argumen...
2020-05-04 Luke Kenneth Casso... whitespace
2020-03-24 Luke Kenneth Casso... change name of test function in addr_split
2020-03-24 Luke Kenneth Casso... add cross-references to bugreports and wiki
2020-03-24 Luke Kenneth Casso... add routing of store data through splitters
2020-03-24 Luke Kenneth Casso... move ashift out to common area
2020-03-23 Luke Kenneth Casso... hmm start adding st in (half done)
2020-03-23 Luke Kenneth Casso... sort out unit test for address split
2020-03-22 Luke Kenneth Casso... get AddrSplitter working for data len=8
2020-03-22 Luke Kenneth Casso... working on simulation to test Address Splitter
2020-03-22 Luke Kenneth Casso... link up output from ld1/ld2 and merge into request
2020-03-22 Luke Kenneth Casso... start putting LDSTSplitter together
2020-03-21 Luke Kenneth Casso... start on address splitter, idea is to use Queues