attempting to add SPRs to rfid test
[soc.git] / src / soc / scoreboard /
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... allow LenExpand to output both byte- and bit- mask...
2020-06-09 Luke Kenneth Casso... expand LenExpand (haha) to cover bytes, with an argumen...
2020-06-06 Luke Kenneth Casso... whitespace
2020-06-06 Luke Kenneth Casso... whitespace / code-munge
2020-05-20 Luke Kenneth Casso... fix imports in fu matrix tests
2020-05-20 Luke Kenneth Casso... fix a series of random imports
2020-05-04 Luke Kenneth Casso... whitespace
2020-04-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-17 Luke Kenneth Casso... rename signals
2020-04-17 Luke Kenneth Casso... temporarily not use MultiPriorityPicker
2020-04-17 Jacob Lifshayfix tests
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-16 Luke Kenneth Casso... thoroughly broken but at least partly connected up...
2020-04-16 Luke Kenneth Casso... update group picker to be multi-level capable. now...
2020-04-14 Luke Kenneth Casso... move scoreboard multi rd/wr to new folder
2020-04-14 Luke Kenneth Casso... add multi version of memfu matrix
2020-04-14 Luke Kenneth Casso... add scoreboard fu-fu matrix with multi gord/wr
2020-04-14 Luke Kenneth Casso... add fu-fu multi-rd/wr dep cell
2020-04-14 Luke Kenneth Casso... scoreboard go_wr/go_wr multi-signal
2020-04-14 Luke Kenneth Casso... add first cut of variants that have multi-dest and...
2020-04-13 Luke Kenneth Casso... dep cell src2_rsel_o replaced by src_rsel_o array
2020-04-10 Luke Kenneth Casso... converting InstructionQ to use Decode2ToExecuteType
2020-04-06 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Jacob Lifshayall tests pass!
2020-04-06 Jacob Lifshayalmost all tests work
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... add twin partial address mapper class
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
2020-03-16 Luke Kenneth Casso... clarify is_match manually
2020-03-16 Luke Kenneth Casso... add exploratory unit test for partial address matching
2020-03-16 Luke Kenneth Casso... comment out addr_we_i, seems not to be used
2020-03-16 Luke Kenneth Casso... connect up expander output, set up is_match to check...
2020-03-16 Luke Kenneth Casso... connect LenExpanders into PartialAddrBitmap
2020-03-15 Luke Kenneth Casso... crossreference to bugreport
2020-03-15 Luke Kenneth Casso... add description of how PartialAddrBitmap works
2020-03-15 Luke Kenneth Casso... add beginnings of link to lenexpanders
2020-03-14 Luke Kenneth Casso... add a LenExpand class which takes a (length, addr)...
2020-03-14 Luke Kenneth Casso... add beginnings of PartialAddrBitmap elaborate
2020-03-13 Luke Kenneth Casso... allow over-ride of address match function in PartialAdd...
2020-03-09 Luke Kenneth Casso... sort imports on scoreboard
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...