Add class for combining multiple instruction classes
[soc.git] / src / soc / scoreboard /
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...