Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / scoreboard / addr_match.py
2021-11-26 Luke Kenneth Casso... early use of Array unnecessarily (all uses are static...
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
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-03-23 Luke Kenneth Casso... add twin partial address mapper class
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... move all source directories to soc so that "import...